摘要:
赋值 #_*_ encoding: utf-8 _*_ @author: ty hery 2020/6/22 print('赋值') will = ["Will", 28, ["Python", "C#", "JavaScript"]] wilber = will print('id_will',i 阅读全文
摘要:
#_*_ encoding: utf-8 _*_ @author: ty hery 2019/9/16 import random def insert_sort(li): for i in range(1,len(li)): tmp = li[i] j = i - 1 print('开始的',i, 阅读全文