Commit 950c571c by BellCodeEditor

auto save

parent 3515f1dd
Showing with 17 additions and 2 deletions
#玩家出拳
player = input("请出拳(石头/剪刀/布):")
print("玩家出拳:" + player)
\ No newline at end of file
# 我们都爱夸夸夸
\ No newline at end of file
import turtle
p=turtle.Pen()
color = input("你想要什么颜色:")
p.fillcolor(color)
p.begin_fill()
for i in range(5):
p.right(144)
p.forward(100)
p.end_fill()
turtle.done()
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