Home > Coding Fundamentals Refresher > Coding Fundamentals and Patterns > Control Flow: If/Else and Try/Catch Statements Show previous contentAre you sure you're getting this? Fill in the missing part by typing it in.What will be the output of following code block in Python?PYTHON1try: 2 return 1 3except: 4 return 2Write the missing line below.SubmitReveal answer Show following content