stupid stupid stupid
This commit is contained in:
parent
80e58edc56
commit
22543f2206
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def coin(inp, me=None):
|
|||
amount = 1
|
||||
|
||||
if amount == 1:
|
||||
if getrandbits(1):
|
||||
if random.getrandbits(1):
|
||||
me("flips a coin and gets heads.")
|
||||
else:
|
||||
me("flips a coin and gets tails.")
|
||||
|
|
Reference in a new issue