一、兩數求和

一、兩數求和 print('Please input two numbers:') num1 = float(input()) num2 = float(input()) print('the sum of the two numbers is : ', num1+num2) 輸入數字多是整數也多是小數,此時統一轉換成float來計算html   posted on 2018-01-27 15:3
相關文章
相關標籤/搜索