Commit c6ca8388 by BellCodeEditor

save project

parent 2f326146
Showing with 10 additions and 3 deletions
import turtle import random
ink=input("") cp=input("石头、剪刀、布:")
\ No newline at end of file print("我出的拳:"+cp )
cp=["石头","剪刀","布"]
a=random.choice(cp)
print("让计算机出拳:"+a)
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