Computer Science, asked by surajsaxenajaipur, 7 days ago

15]:
for i in range(20):
if i//4==0:
print(i)
in computer science​

Answers

Answered by lakshminiharika2126
1

Answer:

4,8,12,16,20 because when these numbers are divided by 4 the remainder is 0

Similar questions