Skip to content

AlexTaguchi/fun

Repository files navigation

Fun python scripts

These scripts were built to test out various python concepts in a lighthearted fashion.

Draw shapes using recursion with the python's turtle module:

  • recursiveHeart.py
  • recursiveSnowflake.py
  • recursiveSpiral.py
  • recursiveTree.py

For example, running "python recursiveTree.py" in a terminal will draw a fractal tree:

Tree

"python recursiveHeart.py" will draw a heart:

Heart

About

Fun python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages