Commit 54836fd1 by BellCodeEditor

save project

parent 67156c72
Showing with 6 additions and 18 deletions
import random import turtle
Pen=turtle.Pen()
player=input("请出拳: 石头/剪刀/布") Pen.write("你好\n帅哥"font=("Times",30,"normal"))
Pen.hideturtle()
list=["石头","剪刀","布"] turtle.done()
compter=random,choice(list) \ No newline at end of file
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