def title(): print('Learning Python, 6E') if __name__ == '__main__': # Only when run title() # Not when imported