- 2
X = [1,2,3]
How to Display 1 nd 3
1 Answer
+ 7
Please don't spam and post question with incomplete information in it.
Assuming in python:
print(X[0]) and print(X[2])
Follow our guidelines:
https://www.sololearn.com/discuss/1316935/?ref=app
How to Display 1 nd 3