Commit 54836fd1 by BellCodeEditor

save project

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