Commit 0474b669 by BellCodeEditor

save project

parent 385cf177
Showing with 3 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
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