Commit c63fcb8f by BellCodeEditor

auto save

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