Instant Hacking
Learn how to program with Python
Hello, World!
- Traditional first program prints "Hello, world!" to the screen
- In Python, this is quite simple:
print "Hello, world!"
- Like the recipe above (although it is much shorter!)
- It tells the computer what to do: To print "Hello, world!".