x = 1  
while True:
if x % 5 = = 0:
break
print(x)
x + = 1
What is output of the python program

Posted on by