Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 349 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 349 Bytes

Collatz_Conjecture

'this is an artistic Python program of the collatz conjecture: one of the most famous unsolved math equations; basically if x is even, divide by two, if x is odd, you should multiply by three and add one. At no point stop this until X reaches a steady state. Is there more then one steady state? *Needs python turtle library'