Commit 55ecf2d2 by BellCodeEditor

save project

parent 5f3a109c
Showing with 1 additions and 1 deletions
...@@ -3,5 +3,5 @@ print("玩家出:"+player) ...@@ -3,5 +3,5 @@ print("玩家出:"+player)
import random import random
k=["剪刀""石头""布"] k=["剪刀""石头""布"]
nm=random.choice(k) nm=random.choice(k)
print=nm print(nm)
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