Page 1 of 1

Basic Python

Posted: Thu Dec 24, 2009 4:05 pm
by ZeroComp
here is THE simplest python code ever

Code: Select all

name = raw_input "What is your name?"
print "Hello" "+ name +"!"
I am learning lots of python right now and have made text based games in maybe an hour.