Basic Python

Post all your tuts or request for tuts here.
Post Reply
ZeroComp
Posts: 648
Joined: Thu Oct 29, 2009 8:48 pm

Basic Python

Post 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.
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Post Reply

Return to “Tutorials”