Practice4练习答案
Practice4练习答案判断mylist中的整数是否为从小到大的序列:def is_sorted_list(mylist):#return True if sortedor False if not
Practice4练习答案