Jump to content

Recommended Posts

Posted
import random
def counter(a=10):
    for i in range(1, 7000):
        a += random.randrange(1, 9, 1)
        if a == 6639:
            break
        elif a > 6639:
            break
    return a

x = 0
while x != 6639:
    x = counter()
    if x == 6639:
        print(x)
        break
  • 100 1
  • Platinum VIP
Posted

6641

  • Inactive Member
Posted

6642

  • Platinum VIP
Posted

6643

Posted

Jack Nicholson Yes GIF

  • Haha 3
  • Confused 1
  • Inactive Member
Posted

@mehmet

 

Friends Hug GIF by MOODMAN

  • Haha 1
  • Love 1
  • Platinum VIP
Posted

6650

  • Platinum VIP
Posted

6652

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.