python-CSD-kursu/python/reverse.py

2 lines
33 B
Python
Raw Normal View History

2025-06-04 15:03:24 +03:00
print(list(reversed(range(10))))