Commit c4e2f0c4 by BellCodeEditor

save project

parent 239bccef
Showing with 4 additions and 2 deletions
...@@ -3,4 +3,6 @@ print("玩家出拳:"+player) ...@@ -3,4 +3,6 @@ print("玩家出拳:"+player)
import random import random
1ist=["石头","剪刀",'布'] 1ist=["石头","剪刀",'布']
q=random.choice(1ist) q=random.choice(1ist)
print(q) print(q)
\ No newline at end of file if :
pass
\ 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