S
sarathcvk@gmail.com
Guest
Hi,
Is there any way to generate a list from, say 100 to 500 in steps of 1
instead of declaring the same as
test_list=list(100 101 102 103 104....498 499 500)?
Thanks.
--Sarath
Is there any way to generate a list from, say 100 to 500 in steps of 1
instead of declaring the same as
test_list=list(100 101 102 103 104....498 499 500)?
Thanks.
--Sarath