Commit 06d2dca7 by BellCodeEditor

save project

parent 888709e7
Showing with 1 additions and 1 deletions
import random
list=["石头","剪刀","石头"]
list=["石头","剪刀",""]
computer=random.choice(list)
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