Facebook
From Sweet Motmot, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 197
  1. while index < 100:
  2.  
  3.   if random.randint(0,1):
  4.     index  += 1
  5.     orzel += 1
  6.  
  7.   else:
  8.     reszka +=1
  9.     index +=1