Commit f7cb8fcf by BellCodeEditor

auto save

parent 482d5dfc
Showing with 31 additions and 0 deletions
黄禛AND何思恬
欢迎来到婚礼现场
黄:西服 何:婚纱
主持人(媒人):在这个欢庆的日子······
v = input()
v = int(v)
print(100/v,'秒',sep='')
\ No newline at end of file
import turtle
t = turtle.Pen()
t.speed(1)
for i in range(4):
t.fd(200)
t.left(90)
t.fillcolor('red')
t.up()
t.fd(100)
t.down()
t.begin_fill()
t.goto(200,100)
t.goto(100,200)
t.goto(0,100)
t.goto(100,0)
t.end_fill()
t.hideturtle()
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