提交 f57eda04 编写于 作者: S Steven

add python file

上级 efe84311
import turtle
import math
if __name__ == '__main__':
l=turtle.pen()
l=turtle
l.up()
l.goto(0,150)
l.down()
l.color('red')
l.begin_fill()
l.fillcolor('red')
l.speed(1)
l.left(45)
l.forward(150)
l.right(45)
l.forward(100)
l.right(45)
l.forward(100)
l.right(45)
l.forward(100)
l.right(45)
l.forward(250+math.sqrt(2)*100)
l.right (90)
l.speed(2)
l.forward(250+100*math.sqrt(2))
l.right(45)
l.forward(100)
l.right(45)
l.forward(100)
l.right(45)
l.forward(100)
l.right(45)
l.forward(150)
l.end_fill()
l.goto(-10,0)
l.pencolor('yellow')
#L
l.pensize(10)
l.goto(-50,0)
l.goto(-50,80)
l.up ()
#I
l.goto(-100,0)
l.down()
l.goto(-160,0)
l.goto(-130,0)
l.goto(-130,80)
l.goto(-160,80)
l.goto(-100,80)
l.up()
#O
l.goto(10,25)
l.down()
l.right(45)
l.circle(25,extent=180)
l.goto(60,55)
l.circle(25,extent=180)
l.goto(10,25)
l.up()
l.goto(75,80)
l.down()
l.goto(100,0)
l.goto(125,80)
l.up()
l.goto(180,80)
l.down()
l.goto(140,80)
l.goto(140,0)
l.goto(180,0)
l.up()
l.goto(180,40)
l.down()
l.goto(140,40)
#U
l.up()
l.goto(-40,-30)
l.down()
l.goto(-40,-80)
l.circle(40,extent=180)
l.goto(40,-30)
l.hideturtle()
a=input()
\ No newline at end of file
autoOpen: true
apps:
- port: 8080
command: cd mq-artemis & mvn spring-boot:run
root: ./mq-artemis
command: python love.py
root: ./
name: artemis_test
description: artemis_test
autoOpen: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册