Statement Python Tutorial

def foo_func():
   pass
# or
if user_choice == 'do_calc':
   pass
else:
   pass