Mega Code Archive

 
Categories / Python Tutorial / Buildin Function
 

Getting Input from the User

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