This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chrits55
Recipients chrits55
Date 2010-06-01.20:12:16
SpamBayes Score 0.008880384
Marked as misclassified No
Message-id <1275423138.87.0.563453181958.issue8872@psf.upfronthosting.co.za>
In-reply-to
Content
i am trying to learn to program in Python from a book on programming that says to use Python 3 

i downloaded the Python 3.1.2 Windows x86 MSI installer for my machine aka an HP DV2500 running Win 7

it runs fine, but when i try to write the test program from my book i can't get past the if/else statement aka it gives me a syntax error when i get to the point of an if/else statement aka i program to ask the user to guess the number .. and then i try to create an if/else statement to print a you lose type statement if the input guess is not equal to the number specified by the program. for example i program the game to = 777 and print the you lose type message if the user's guess is not equal to 777, however i use the check module command from the run window in IDLE and it gave me a syntax error when i typed it the way the book said ... I've tried to figure this out myself but have had no success .. so i looked up if statements in the Python tutorials on python.org and tried that format and am still getting a syntax error
History
Date User Action Args
2010-06-01 20:12:18chrits55setrecipients: + chrits55
2010-06-01 20:12:18chrits55setmessageid: <1275423138.87.0.563453181958.issue8872@psf.upfronthosting.co.za>
2010-06-01 20:12:17chrits55linkissue8872 messages
2010-06-01 20:12:16chrits55create