Square(color=['lawngreen', 'lawngreen', 'magenta', 'magenta'])
Square(width=50, x=25, color=['cyan', 'cyan', 'yellow', 'yellow'])
Circle()
Text(text='M', color=['cyan'], x=17, font_size=20)
Text(text='y', color=['yellow'], x=30, font_size=20)
Text(text='b', color=['lawngreen'], x=50, font_size=20)
Text(text='e', color=['magenta'], x=60.5, font_size=20)
Text(text='s', color=['deeppink'], x=70.5, font_size=20)
Text(text='t', color=['red'], x=77, font_size=20)
import icons
icons.Star(height=19, width=19, y=20, x=32, color='cyan')
icons.Star(height=19, width=19, y=20, x=68, color='lawngreen')
icons.Star(height=19, width=19, y=80, x=68, color='magenta')
icons.Star(height=19, width=19, y=80, x=32, color='yellow')

My best

by noor

Created 5 years, 5 months ago.