test1.py

Created by cent20

Created on June 29, 2023

139 Bytes


from kandinsky import *

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