Commit 8657e31d by BellCodeEditor

save project

parent e5b143f8
Showing with 2 additions and 4 deletions
...@@ -4,6 +4,4 @@ print("玩家出拳:"+palyer) ...@@ -4,6 +4,4 @@ print("玩家出拳:"+palyer)
import random import random
list=["剪刀","石头","布"] list=["剪刀","石头","布"]
computer=random.choice(list) computer=random.choice(list)
print(computer) print(computer)
if play == (computer): \ No newline at end of file
print("")
\ 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