Exapmle

print "Enter your name" x = raw_input() y = raw_input("age >>>") #age>>> will be printed before input print "Your name is",x,"and","and your age is",y,

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.