i am making winter greeting card using grahics.py and i need to create a code to make it snow
import random
random.randint(0,199)
p = Point(random.randint(0,199),random.randint(0,199))
p.setFill('white')
p.draw(win)
so far that what i have but noting really happened please help !
thanks !