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