def solution(self): assert spiral_steps(square=personal_input) == "???"
def far(self): assert spiral_steps(square=1024) == 31
def near(self): assert spiral_steps(square=12) == 3
def nearish(self): assert spiral_steps(square=23) == 2
def base(self): assert spiral_steps(square=1) == 0