Computer Science, asked by vishalthakur441010, 7 months ago

What will be the output of the following python code:
for i in (10,20,30,40):
if i % 20 != 0
print(i)


koi h jo ise solve kr sake​

Answers

Answered by Bhadramohini
0

Answer:

10

Explanation:

mark me as brainlist

Similar questions