Getting Input from the User : input « Buildin Function « Python Tutorial





x = input("x: ") 
y = input("y: ") 

print x * y










13.25.input
13.25.1.Getting Input from the User
13.25.2.stdout and stderr