python/24-6-2-1.py

3 lines
39 B
Python
Raw Permalink Normal View History

2024-07-22 16:59:27 +08:00
a=(1,2,3,4,5,6,7,8,9)
print(a[0:10:2])