What is wrong with this code snippet?
Can anyone tell me what's wrong with this code snippet? How will you improve it?
a = 1
while a:
a += 23
print a
Can anyone tell me what's wrong with this code snippet? How will you improve it?
a = 1
while a:
a += 23
print a