Commit 5ae70de8 by BellCodeEditor

save project

parent 9aff4e7c
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ list1=["石头","剪刀","布"] ...@@ -5,7 +5,7 @@ list1=["石头","剪刀","布"]
import random import random
computer=random.choice(list1) computer=random.choice(list1)
print(computer) print("电脑出拳",computer)
......
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