Commit 3604f711 by BellCodeEditor

save project

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