x=0,y=0,z=0
while False:
try:
x++
++y
z--
if x+y+z >0
break
catch Expcaption as e:
print(e)
continue
Hi,Friend