embrasement.py

Created by schraf

Created on January 13, 2023

337 Bytes


from kandinsky import *
from random import randint as rd

gp,fr=get_pixel,fill_rect

fr(0,0,320,209,(0,)*3)
fr(0,210,320,12,(248,250,20))

def p(a,b):
 return tuple(int(sum(x)/1.95) for x in zip(a,b))

while True:
 x,y=rd(0,320),rd(0,210)
 u=max(0,int(x+rd(-10,10)))
 v=int(y+rd(0,20))
 fr(x,y,5,5,p(gp(x,y), gp(u,v)))

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our <a href="https://www.numworks.com/legal/cookies-policy/">cookies policy</a>.