Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FriendlyFireX

    Unexpected EOF during parsing

    Here is.. at least some of the script. If you skip to the bottom (the calculator part) you'll see: choice=raw_input("Which Choice? : ") if choice=="1": print "" choice=raw_input("How many numbers do you want to add together? 2, 3, 4, 5...
  2. FriendlyFireX

    Unexpected EOF during parsing

    Script posted as requested: # -*- coding: cp1252 -*- print "Welcome to JBR_Enterprises Grand Pack of Junk 2!" enter=raw_input("press the 'enter' key to start JBR_Enterprises Grand Pack of Junk 2") while enter != "JBR": print "" print "" print "" print...
  3. FriendlyFireX

    Unexpected EOF during parsing

    Hi, I'm new to these forums and I was hoping you guys could help me with a problem. My friend was writing a script in Python and he asked me to come over to debug his script. One of the problems was with the calculator part of his script. It will ask for say, 2 numbers to add. The prompt will...

Part and Inventory Search

Back
Top