Commit b95b1125 by BellCodeEditor

save project

parent 460a2378
Showing with 3 additions and 2 deletions
...@@ -4,4 +4,5 @@ a=input("玩家出拳石头/剪刀/布:") ...@@ -4,4 +4,5 @@ a=input("玩家出拳石头/剪刀/布:")
print("玩家出拳:"+a) print("玩家出拳:"+a)
#计算机 #计算机
list =["石头","剪刀","布"] list =["石头","剪刀","布"]
letter=random.choice(list) letter=random.choice(list)
\ No newline at end of file print("计算机出拳:"+letter)
\ 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