stupid stupid stupid

This commit is contained in:
Luke Rogers 2012-09-13 09:14:58 +12:00
parent 80e58edc56
commit 22543f2206

View file

@ -15,7 +15,7 @@ def coin(inp, me=None):
amount = 1 amount = 1
if amount == 1: if amount == 1:
if getrandbits(1): if random.getrandbits(1):
me("flips a coin and gets heads.") me("flips a coin and gets heads.")
else: else:
me("flips a coin and gets tails.") me("flips a coin and gets tails.")