
xxxxxxxxxx
# Hailstone Number Sequence - www.101computing.net/the-collatz-conjecture/
n = int(input("Type a positive whole number to start your hailstone sequence:"))
#complete the code here...
task_alt
xxxxxxxxxx
# Hailstone Number Sequence - www.101computing.net/the-collatz-conjecture/
n = int(input("Type a positive whole number to start your hailstone sequence:"))
#complete the code here...