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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.