Merged wojtassj/git-kata-registration into master

master
jaroslawchmiel 2013-03-08 08:56:17 +01:00
commit 5409df5b9f
3 changed files with 6 additions and 0 deletions

BIN
kacper_kaskow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
pjasin-evidence.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

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 :("