Skip to content

Instantly share code, notes, and snippets.

@narukeh
narukeh / ddd.py
Last active September 10, 2023 11:15
ddd
from math import *
from turtle import *
from kandinsky import *
def asdf(a):
reset()
col=color(0,0,255)
for y in range(100):
for x in range(100):
set_pixel(x,y,col)