Merged in pjasiun/git-kata-registration (pull request #26)

let me in!
master
Łukasz Siwiński 2013-03-08 07:40:05 +01:00
commit c331df08eb
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 :("