A Pen by ujwalbhagat on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
from kandinsky import * | |
from random import * | |
from time import * | |
font_x=300 | |
font_clock=0 | |
text="Around the world" | |
rects_clock=0 | |
rects_x=0 | |
rects_y=222 |