What will be the output of this code?



x = 1
while True:
if x % 5 = = 0:
break
print(x)
x + = 1

Posted on by