master
Piotr Jasiun 2013-03-08 00:15:26 +01:00
parent 6373d2b100
commit d67cb431e5
1 changed files with 6 additions and 0 deletions

6
pjasiun.py Normal file
View File

@ -0,0 +1,6 @@
from random import *
if random() < 0.8:
print "I'm in!"
else:
print "I'm out :("