Commit 4a84249b by BellCodeEditor

save project

parent 901d757f
Showing with 2 additions and 0 deletions
...@@ -5,3 +5,4 @@ print("玩家出:"+p) ...@@ -5,3 +5,4 @@ print("玩家出:"+p)
import random import random
lst1=["石","剪","布"] lst1=["石","剪","布"]
c=random.choice(lst1) c=random.choice(lst1)
print("人机出:"+c)
\ 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