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

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



Get user input



car =  raw_input("car name: ")

print car

I = raw_input("Your Name:")

print I + " wants to rent a" + car

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
























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