test42.py

Created by cent20

Created on June 29, 2023

164 Bytes


from math import *
from kandinsky import *

for x in range(320):
  for y in range(222):
    c = 42*x * 42*y
    if c:
      set_pixel(x,y, (c//2,0,c))