Finally, if it is greater than the average, print that list item. listAvg = [] Number = int(input("Total Number of List Items = ")) for i in range(1, Number + 1): ...
確定! 回上一頁