from math import * from kandinsky import * from random import * from time import * from ion import * for i in range(10): print(">>> from error import *") for i in range(10): print(" memory allocating error") print(">>> allocating",randint(1000000,100000000),"bytes") sleep(1) fill_rect(0,0,320,222,(255,181,49)) draw_string(":(",20,20,'white',(255,181,49)) draw_string(" ERROR",120,20,'white',(255,181,49)) draw_string("turn off your numworks",60,120,'white',(255,181,49)) draw_string("report id:"+str(randint(1000000,100000000)),0,200,'white',(255,181,49))