Commit 3604f711 by BellCodeEditor

save project

parent 69089587
Showing with 12 additions and 10 deletions
from turtle import * # from turtle import *
c = input() # c = input()
color(c) # color(c)
pensize(3) # pensize(3)
pendown() # pendown()
for i in range(5): # for i in range(5):
fd(100) # fd(100)
rt(144) # rt(144)
done() # 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