File: LP6E/Chapter25/dualmode.py
def title(): print('Learning Python, 6E') if __name__ == '__main__': # Only when run title() # Not when imported