Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: same number everytime when using random.randint
Post: RE: same number everytime when using random.randin...

Thank you so much newbieAuggie2019! I made the changes you have suggested, it works and finally makes sense to me! (Aug-23-2019, 08:30 AM)newbieAuggie2019 Wrote: By the way, I guess you are just pr...
summeringpainting General Coding Help 5 8,193 Aug-23-2019, 09:53 AM
    Thread: same number everytime when using random.randint
Post: same number everytime when using random.randint

Every time I run this the random number to print out win is 3. Any help with this would be greatly appreciated! import random from random import randint print("hi") luck = random.randint(1, 3) print(...
summeringpainting General Coding Help 5 8,193 Aug-23-2019, 03:31 AM

User Panel Messages

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