Let's start simple by exploring a function without type hints: def add_numbers(num1, num2): return num1 + num2print(add_numbers(3, 5)) # 8.
確定! 回上一頁