Facebook
From Sloppy Lemur, 1 Year ago, written in Python.
This paste is a reply to sf from a - go back
Embed
Viewing differences between sf and Re: sf
import random
for i in range(100):
  if random.choice(range(1,10)) < 6:
    print(sucses!)
  else:
    print(fall)