Hello World!

Well, I took the first step toward learning Python by doing Lesson 1 of this tutorial: http://www.dickbaldwin.com/tocpyth.htm So far, it's been a lot easier than I expected. I mean, all you have to do is type in:
to get Python to print out that classic phrase, "Hello World!"
No compiling, no executing, and no initialization code even, wow! Well, with any luck, I may someday be able to understand the plug-in and Ages of Ilathid's game engine. My tutorial seems pretty good so far; simple, clear, and for the utter amateur. My favorite kind!
- Code: Select all
print "Hello World!"
to get Python to print out that classic phrase, "Hello World!"
No compiling, no executing, and no initialization code even, wow! Well, with any luck, I may someday be able to understand the plug-in and Ages of Ilathid's game engine. My tutorial seems pretty good so far; simple, clear, and for the utter amateur. My favorite kind!
