What is the output of the following?
m=0 while m<5: m+=1 if m==3: break else: print(0)
निम्नलिखित का आउटपुट क्या है?
hear the statement of else block is missing so it gives error