Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python debugging hw
Post: RE: Python debugging hw

Ok, I didn't see the space on line 3, so I removed that and added a break. Problem finally solved. Thanks all Let's say if the user lost the game, meaning has gotten a number less than 50. And the us...
John0895 Homework 10 5,508 Oct-05-2018, 09:30 PM
    Thread: Python debugging hw
Post: RE: Python debugging hw

import random roll = raw_input("Press Enter to Spin the Wheel or Type ""stop""!") while roll == "": prize = random.randint(0, 100) print "You're number is " + str(prize) + "!" if prize ...
John0895 Homework 10 5,508 Oct-05-2018, 09:22 PM
    Thread: Python debugging hw
Post: RE: Python debugging hw

Our department is small, and the class is not well developed. Basically a test trial to see how it goes. I'm not sure that it is skipping it. My code will not print back the randint, print if I won or...
John0895 Homework 10 5,508 Oct-05-2018, 09:02 PM
    Thread: Python debugging hw
Post: RE: Python debugging hw

Just read over the link on code tags. Thank you for letting me know j.crater as I am still learning. Any ways the first script is the script that I was sent to work with. My problem - I can not get th...
John0895 Homework 10 5,508 Oct-05-2018, 06:58 PM
    Thread: Python debugging hw
Post: Python debugging hw

### Debug this simple game program. The game should generate a random number between 0 and 100 ### when the user hits Enter. The user can stop the game by typing "Stop". ### A score over 50 should res...
John0895 Homework 10 5,508 Oct-05-2018, 04:53 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020