Definitely used this on Apple computers in grade school, thanks for posting
this post was submitted on 25 Dec 2024
24 points (96.2% liked)
Retro Computers
1309 readers
1 users here now
Welcome to Retro Computers! A place to discuss anything related to Retro Computing.
Rules
- Be Civil
- No Porn/NSFW
- Memes are encouraged
- Have fun
founded 2 years ago
MODERATORS
np!
I remember using a program called Turtle Tracks using Logo. You programmed a turtle cursor to move around the screen and create drawings. That was definitely a long time ago.
If you know your way around Python:
import turtle
I was thrilled to find out that this is built-in to Python:
import turtle
Spirograph graphics!