pass Statement : Pass : Statement PYTHON TUTORIALS


PYTHON TUTORIALS » Statement » Pass »

 

pass Statement


def foo_func():
   pass

# or

if user_choice == 'do_calc':
   pass
else:
   pass



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Statement
» Pass