You can find the largest element ina list by using the max() built-in method in Python. Code my_list = [1, 2, 3] print(max(my_list)).
確定! 回上一頁