python list

日期:2022-04-11 10:58:45 人气:1

python list

#--------deal with lists-------
def dealList(list1,list2):
list3 = []
sume = 0
for num in range(4):
list2_value = float(list2.pop())
list1_value = float(l
    A+
热门评论