Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 552 Bytes

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