Skip to main content

Home/ Learning Python/ Activity Two: Our First Program "Hello World!"
Brad Johnston

Activity Two: Our First Program "Hello World!" - 0 views

python tutorials programming instructions Hello World!

started by Brad Johnston on 22 Nov 10
  • Brad Johnston
     
    1) For many programmers, their first program is the one that follows. In this program, we tell the computer to display the words "Hello World!" on the screen.
    2) Enter IDLE
    3) Type the following (don't copy and paste): print 'Hello World!'
    4) Read the output
    5) Come up with your own saying for the computer to display
    6) Reply to the post with the code used to display your own saying

To Top

Start a New Topic » « Back to the Learning Python group