jeudi 22 avril 2021

I have been trying to get the turtle to keep going to a random spot

This is my code so far or go here https://trinket.io/python/6ded35a6a8

import turtle
import time
import random
mason = turtle
import random

number = 7 



for i in range(15):
  mason.goto(qty, qty)
  mason.circle(2)



Aucun commentaire:

Enregistrer un commentaire