LETS OPEN PYTHON
GO TO THE START MENU
This screen will
appear
Go to “All
Programs” and
then “Python 3.3”
and the select
“IDLE (Python
GUI)
MAKE YOUR FIRST PROGRAM
In the shell that opens type in the following and then press enter
on the keyboard.
Print (“Hello World”)
CONGRATULATIONS
You have just written your first Python
program

Programming Hello World

  • 2.
    LETS OPEN PYTHON GOTO THE START MENU This screen will appear Go to “All Programs” and then “Python 3.3” and the select “IDLE (Python GUI)
  • 3.
    MAKE YOUR FIRSTPROGRAM In the shell that opens type in the following and then press enter on the keyboard. Print (“Hello World”)
  • 4.
    CONGRATULATIONS You have justwritten your first Python program