python
[Python] Range - standard function to create a list of numbers
for a in range(1,11):
print("a is ", a)
Was this helpful?
Similar Posts
- Random numbers List with no repetition - generate in python
- Generate a list of n numbers in Python
- Python - regex,replace all character exept A-Z a-z and numbers
- Python - String ,remove,delete,replace,extract numbers from string
- Create a flat list from list of lists in Python
- Create a function in python
- [Python] Create a list of objects using class names