Tuples!
This commit is contained in:
parent
f0c23808f9
commit
88723d21a4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ def flip_simple(count):
|
||||||
heads += 1
|
heads += 1
|
||||||
else:
|
else:
|
||||||
tails += 1
|
tails += 1
|
||||||
return [heads, tails]
|
return heads, tails
|
||||||
|
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
|
|
Reference in a new issue