Collatz Steps

The Collatz conjecture works like a number game where you keep applying one of two rules. The function steps receives a positive integer number and counts how many steps it takes to reach 1. If the number is even, divide it by 2; if it is odd, multiply it by 3 and add 1.

Примеры

Ввод
1
Вывод
0
Ввод
16
Вывод
4
Ввод
12
Вывод
9

Нужно реализовать

def steps(number: int) -> int:

Теги

math
PostgreSQLv16

Your code output will appear here

Tests12
Visible tests
Hidden test 7
Hidden test 8
Hidden test 9
Hidden test 10
Hidden test 11
Hidden test 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid