Computer Science, asked by vishwassharma9554, 3 months ago

Question 11:1. What is output of:
items=["One", Two, Three","Four")
items(0:2)=[1,2]
for i in items:​

Answers

Answered by greatsingh144
0

Answer:

Question 11:1. What is output of:

items=["One", Two, Three","Four")

items(0:2)=[1,2]

for i in items:

Similar questions