Python Forum
Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fruit Machine
#3
Quote:
while True:
    import random
    credit = 1

Each time you roll, you reset the credit to 1.  If you want that to persist, set it before you start looping.
Reply


Messages In This Thread
Fruit Machine - by TDiamondBro - Oct-17-2017, 07:17 PM
RE: Fruit Machine - by ichabod801 - Oct-17-2017, 07:44 PM
RE: Fruit Machine - by nilamo - Oct-17-2017, 07:56 PM

Forum Jump:

User Panel Messages

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