rand_num()


Returns a random number (per submission)

rand_num(x, y)
x Inclusive lower bound
y Inclusive upper bound

Example:

shape: Object = circle(250, 150, rand_num(100, 400))
shape.draw(1, 1000)