Python abs() is absolute value

num = -20
print(abs(num))

num = -30.33 などにしても結果は同じ