Skip to main content

Home/ Learning Python/ Activity Three: Our Second Program--Adding Variables
Brad Johnston

Activity Three: Our Second Program--Adding Variables - 2 views

python installation tutorials instructions programming

started by Brad Johnston on 23 Nov 10
  • Brad Johnston
     
    1) Open IDLE
    2) Enter the following:

    x = 2
    y = 5

    print x + y

    3) Share the output in comments

To Top

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