What is the expected output of the following snippet''
i = 5
while i > 0 :
i = i // 2 if i % 2 = 0:
breSk
else:
i += 1
print(i)
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!