Collatz numbers

1
2
#!/usr/bin/env python
#
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Python code that will find collatz numbers.
PS - It will not find collatz numbers between 1...n, but rather it's set up to find larger collatz numbers

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.