🌈 搜索
📅  最后修改于: 2022-03-11 14:45:37.557000             🧑  作者: Mango
arr = [0, 1, 2, 3] maximum_value = max(arr) print(maximum_value) #should print 3