Commit 3e4a4c01 by BellCodeEditor

save project

parent a187a0a4
Showing with 5 additions and 3 deletions
......@@ -12,5 +12,7 @@ def game():
else:
total.append(unit)
print('-'*30)
print(total)
game()
\ No newline at end of file
return total
ikun=game
print(ikun)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment