: New to programming. How do i get this to work?
:
: x = input ( "Please enter a number: " ) :print "The number doubled is: ", x * x
x = input ( "Please enter a number: " )
print "The number doubled is: ", x * x
Why did you put both statements on the same line separated by a colon?
infidel