PART- 11
What is the output when the input value is 5 in the following python program?
9.
(1)
my_list = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
for i in my_list[1::2]:
print(i, end="")
a. 20 30 40 50 60
b. 10 30 50 70 90
c. 20 40 60 80 100
d. 10 20 30 40 50
Answers
Answered by
1
Answer:
Solve it by your self please like and give ratings
Answered by
0
Answer:
plz Mark me as a brainliest
Attachments:
Similar questions