ニュース

print("the maximum number of a list is :",max(list)) print("the minimum number of a list is :",min(list)) print("the length of a list is :",len(list)) print("the sum ...