. Sm0kin'_Bull wrote:
No-one answered question
So, I e-mail it again
Help me please
I wrote this to add 2 numbers...
print "Please input data"
number1 = int(raw_input(" "))
number2 = int(raw_input("+ "))
total = number1 + number2
print total
raw_input("")
I want to make output like this...
1 + 1 =
On Feb 17, 2005, at 23:11, . Sm0kin'_Bull wrote:
I wrote this to add 2 numbers...
print "Please input data"
number1 = int(raw_input(" "))
number2 = int(raw_input("+ "))
total = number1 + number2
print total
raw_input("")
I want to make output like this...
1 + 1 = 2
But, actually... it looks like th
No-one answered question
So, I e-mail it again
Help me please
I wrote this to add 2 numbers...
print "Please input data"
number1 = int(raw_input(" "))
number2 = int(raw_input("+ "))
total = number1 + number2
print total
raw_input("")
I want to make output like this...
1 + 1 = 2
But, actually... it