#homework1(四則運算) ```python= x=int(input("請輸入第一個數字")) y=int(input("請輸入第二個數字")) print("加:",x+y) print("減:",x-y) print("乘:",x*y) print("除:",round(x/y,2)) #四捨五入到小數點後第二位
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up