What is the output of the following Python code??
try: print(20)
except: print(8)
finally: print(2)


Posted on by