Getting user input : User Input : Development : Python examples (example source code) Organized by topic

C++
PHP
Python
Python Home »  Development   » [  User Input  ]  Screenshots 
 



Getting user input



name = raw_input("Hi.  What's your name? ")

print name

print "Hi, " + name



           
       
Related examples in the same category
1.  Get user input Get user input
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.