Commit a5214b34 by BellCodeEditor

save project

parent ff76c3c0
Showing with 3 additions and 12 deletions
from turtle import * p = input("请出拳/剪刀/石头/布:")
# p = turtle.pen() print(p)
c = input() \ No newline at end of file
color(c)
pensize(3)
pendown()
for i in range(5):
fd(100)
right(144)
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