Commit bc9624f6 by BellCodeEditor

save project

parent 28fbd6ee
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ print("玩家出"+plaver) ...@@ -4,7 +4,7 @@ print("玩家出"+plaver)
import random import random
tt=["石","bu","jian"] tt=["石","bu","jian"]
computer=random.choice(tt) computer=random.choice(tt)
print(computer) print("电脑出"+computer)
......
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