Array 1 hingga 100 Python
myList = list(range(1, 101))
TC5550
myList = list(range(1, 101))
print(mylist)