Skip to content

Instantly share code, notes, and snippets.

@DamianVCechov
Last active August 30, 2025 01:37
Show Gist options
  • Select an option

  • Save DamianVCechov/7a211e027f1a85544cb2e9fee6de35ae to your computer and use it in GitHub Desktop.

Select an option

Save DamianVCechov/7a211e027f1a85544cb2e9fee6de35ae to your computer and use it in GitHub Desktop.
prdel
from kandinsky import *
for x in range(320):
for y in range(222):
c = x & y
if c:
set_pixel(x, y, (0,0,c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment