🌈 搜索
📅  最后修改于: 2022-03-11 14:47:10.726000             🧑  作者: Mango
# from = 0, to = 10, step/by = 2 even_list = list(range(0,10,2)) print(even_list)