python-CSD-kursu/python/reverse.py
2025-06-04 15:03:24 +03:00

1 line
33 B
Python

print(list(reversed(range(10))))