a ={2,3,3,3,4,6}
print (a)
a. add (96)
print (a)
print (4 in a)
python programming
Answers
Answered by
1
Answer:
answer is 4...cuz we start counting in the python programming from 0 so the fifth value will be your answer..
Similar questions