diff --git a/pjasiun.py b/pjasiun.py new file mode 100644 index 0000000..fbd579d --- /dev/null +++ b/pjasiun.py @@ -0,0 +1,6 @@ +from random import * + +if random() < 0.8: + print "I'm in!" +else: + print "I'm out :(" \ No newline at end of file