https://github.com/thevickypedia/turtle
Basic projects using turtle
https://github.com/thevickypedia/turtle
Last synced: 2 months ago
JSON representation
Basic projects using turtle
- Host: GitHub
- URL: https://github.com/thevickypedia/turtle
- Owner: thevickypedia
- Created: 2020-09-13T15:13:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T15:36:26.000Z (over 4 years ago)
- Last Synced: 2025-02-12T22:22:30.254Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turtle
Basic projects using turtle[Rectangle](rectangle.py) - Script to draw a rectangle with vertical lines 10 units apart.
[Random cubes](cubes.py) - Script to draw square cubes with random colors in random places.