git-kata-registration/pjasiun.py

6 lines
89 B
Python
Raw Permalink Normal View History

2013-03-07 23:15:26 +00:00
from random import *
if random() < 0.8:
print "I'm in!"
else:
print "I'm out :("