简单类型 / 数字 / Integer

strNumber = "42"
number = int(strNumber)

print(f"{number = }")