from turtle import * from random import * penup() x = randint(-100,360) y = randint(-100,360) goto(x,y) pendown()