python輸入數據得最大最小值(兩種方法)

方法一(常規):python 代碼:web count = int(input('輸入數據個數:\n')) a = 1 while a <= count: num = int(input('請輸入第{}個數:'.format(a))) #字符串中的方法 if a == 1: #這句必定會執行,並且只執行一次,目的就是讓你輸入的第一個數做爲根據與以後的數比較
相關文章
相關標籤/搜索