Daftar Python 1 hingga N
a_list = list(range(1, 5))
Super Sloth
a_list = list(range(1, 5))
myList = list(range(1, 101))