python:实现考拉兹猜想,奇偶归一猜想,3n+1猜想Collatz Conjecture
import math
print("Collatz Conjecture (Revised)\n")
def main():
# Get the input
number = input("Enter a number to calculate: ")
import math
print("Collatz Conjecture (Revised)\n")
def main():
# Get the input
number = input("Enter a number to calculate: ")