Commit 3a044b6a by BellCodeEditor

save project

parent 9a5ecdd5
Showing with 16 additions and 0 deletions
people=input("玩家姓名")
player=input("请出拳(可以出石头剪刀布)")
print(people+"出"+player)
\ No newline at end of file
import turtle
color=input("什么色")
t=turtle.Pen()
t.pencolor(color)
t.fillcolor(color)
t.begin_fill()
for ieu in range(5):
t.forward(400)
t.right(144)
t.end_fill()
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