Python-08
Python-08
Python-08
S= “BalBharati”
N=34,56,34,6
L=[4,6,3,6,7]
Accessing Tuples
Index method :
A tuple can be access through index same as list.
Tuple elements are also indexed forward and
backward indexing.
Tuple[start : end]
e.g. T[4]
t[2:5]