Examveda

If a=(1,2,3,4), a[1:-1] is . . . . . . . .

A. Error, tuple slicing doesn't exist

B. [2,3]

C. (2,3,4)

D. (2,3)

Answer: Option D


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python