2019-03-01

Python - Create a list of consecutive integer numbers

my_list = list(range(100))

No comments:

Post a Comment