Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Powerball script help
Post: RE: Powerball script help

(Nov-11-2016, 07:48 PM)ichabod801 Wrote: It's a good thing your program doesn't work. If it did, it would be an infinite loop. Hints: Pass x to the function as a parameter. Check for x evaluating to...
nick Homework 6 7,020 Nov-11-2016, 07:49 PM
    Thread: Powerball script help
Post: RE: Powerball script help

(Nov-11-2016, 07:37 PM)nilamo Wrote: I'm surprised you got that error. I would have expected an IndentationError due to the function and while block not... existing.Yeah i dont really know lol im co...
nick Homework 6 7,020 Nov-11-2016, 07:38 PM
    Thread: Powerball script help
Post: Powerball script help

Having a problem and here it is def playPowerBall(): while x: fa = random.sample(range(1,69), 6) return fa The problem i am running into isĀ  UnboundLocalError: local variable 'fa' referenced before a...
nick Homework 6 7,020 Nov-11-2016, 07:34 PM
    Thread: PowerBall Help
Post: PowerBall Help

So my teacher assigned a program we had to make for computer science and i need help. Would anyone mind creating me a quick script Thank you Here is the instructions gyazo.com\263b6f2fa232e7a901edd0af...
nick Homework 3 4,776 Nov-11-2016, 06:08 PM

User Panel Messages

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