# Homework 1 ```python num1 = int(input("請說第一個數字:")) num2 = int(input("2:")) print(num1+num2) ```