Commit b643bfeb by BellCodeEditor

save project

parent fba13bda
Showing with 10 additions and 4 deletions
player=input("请出拳(石头/剪刀/布):") import turtle
screeen=turtle.Screen()
print=("玩家出拳:"+player) screeen.bgcolor("light blue")
pen=turtle.Pen()
pen.write("你好/nfuck",font=("Times",30,"normal"))
pen.hideturtle()
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
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