Thursday, January 7, 2010

Hello Python

To start your very first code, hello python:

Start IDLE:
Click Applications from Ubuntu top menu, then click Programming and IDLE (using python-3.1)

type the command below to say hello to Python, and RETUEN.

print ("hello")