Skip to content

This is a sample code for recreation of an old programming language called Logo used to educate children about programming by co

Notifications You must be signed in to change notification settings

SamPlvs/LOGO_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LOGO_Python

LOGO was an old programming language used to teach kids programming. It comprised of a turtle that moved on the screen based on the commands given to it. IT could also plot the trajectory of its movement so that you can visualise the series of commands it was given. However, this was discontinued! the file here recreates this simulation in python using basic Object Oriented Programming (OOP) techniques

This file is used to teach not only OOP but also to have fun

About

This is a sample code for recreation of an old programming language called Logo used to educate children about programming by co

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published