# To do nothing within a statement, use pass good = True if good: pass else: print('This is not good')