colors=['red', 'blue', 'green']
for i in colors:
if i==n'blue':
continue
print(i)
Answers
Answered by
1
Answer:
colors=['red', 'blue', 'green']
for i in colors:
if i==n'blue':
continue
print(i)
output->
red green
Similar questions
Math,
2 months ago
Math,
2 months ago
Math,
2 months ago
Political Science,
4 months ago
Hindi,
11 months ago
Social Sciences,
11 months ago
Math,
11 months ago