Basic Python
Posted: Thu Dec 24, 2009 4:05 pm
here is THE simplest python code ever
I am learning lots of python right now and have made text based games in maybe an hour.
Code: Select all
name = raw_input "What is your name?"
print "Hello" "+ name +"!"