python def 定義函數,調用函數

#天天一點點# python def 定義函數,調用函數python def sum_2_nums(a,b): #def 定義函數 result = a+b print('%d+%d=%d'%(a,b,result)) num1 = int(input('請輸入第一個數字:')) num2 = int(input('請輸入第二個數字:')) sum_2_nums(num1
相關文章
相關標籤/搜索