Books :
Python Coding Challenge - Question with Answer (ID -210526)
-
Explanation:
*🔹 Step 1: Create Tuple*
x = (1,2,3)
A tuple named x is created.
Value of tuple:
(1,2,3)
*🔹 Step 2: Access Index 0*
x[0]
Index posit...
No comments:
Post a Comment