Getting user input : User Input : Development PYTHON examples


PYTHON examples » Development » User Input »

 

Getting user input


Getting user input

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

print name

print "Hi, " + name



           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Development
» User Input