Math, asked by IndianAstronaut, 5 days ago

myList = [1,2,3,4,5,6,7,8,9,10]
for i in range(0,len(myList)):
if i%2 == 0:
print(myList[i])



explain what will be the output and how that output came??????​

Answers

Answered by ItsYourHeartBeat0234
0

Answer:

mujhse baat Karo please

Similar questions