An tasc á lódáil…
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.
10164129def steps(number: int) -> int:
Logáil isteach chun stair na n-aighneachtaí a fheiceáil
Logáil isteachLogáil isteach chun an Meantóir IS a úsáid
Logáil isteachThey run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.