from random import * if random() < 0.8: print "I'm in!" else: print "I'm out :("