# 411024004曾巧曦Calculate BMI II 3/15 number1=int(input("Please input number1 ")) number2=int(input("Please input number2 ")) print(number1/3) sc = number1/3 print('sc', sc, 'round(sc,2)', round(sc, 2)) print(number2/3) sc = number2/3 print('sc', sc, 'round(sc,2)', round(sc, 2)) Please input number1 1734 Please input number2 3568 578.0 sc 578.0 round(sc,2) 578.0 1189.3333333333333 sc 1189.3333333333333 round(sc,2) 1189.33
×
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