# coding:utf-8
#JSRUN引擎2.0,支持多达30种语言在线运行,全仿真在线交互输入输出。
print("Hello world! - python.jsrun.net .")
#import turtle as tt.pensize(2)# 笔大小2像素t.pencolor("red")# 颜色为红色t.left(45)# 45度t.fd(200)# 向前200直线t.circle(100, 180)# 画一圆半径100 弧度180t.right(90)# 向右90度t.circle(100, 180)# 再画一个圆半径100 弧度180t.fd(200)# 直线向前直线200t.done()# 绘制完成
print('\n'.join([''.join([('Love'[(x-y) % len('Love')] if ((x*0.05)**2+(y*0.1)**2-1)**3-(x*0.05)**2*(y*0.1)**3 <= 0 else ' ') for x in range(-30, 30)]) for y in range(30, -30, -1)]))