This tutorial presents drawing different geometric spiral patterns with a single function by changing two input parameters (angle and step).
1) Presents algorithm of a spiral pattern(s).
2) Presents an efficient Python turtle graphics code for the algorithm.