FFFFFFFFFFFFFF
This commit is contained in:
parent
22543f2206
commit
543811d009
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@ def coin(inp, me=None):
|
|||
amount = 1
|
||||
|
||||
if amount == 1:
|
||||
if random.getrandbits(1):
|
||||
me("flips a coin and gets heads.")
|
||||
else:
|
||||
me("flips a coin and gets tails.")
|
||||
me("flips a coin and gets %s." % random.choice(["heads", "tails"]))
|
||||
elif amount == 0:
|
||||
me("makes a coin flipping motion with its hands.")
|
||||
|
|
Reference in a new issue