Any help appreciated.
#!/usr/bin/env python
"""
number.py Demonstrates collecting a number from the user.
"""
number_string1 = float(input("Give me a number: "))
number1 = (number_string1)
number_string2 = float(input("Give me another number: "))
number2 = (number_string2)
print number1, "times", number, "+", number1 * number2
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor