File: LP6E/Chapter25/dualmode.py

def title():
    print('Learning Python, 6E')

if __name__ == '__main__':           # Only when run
    title()                          # Not when imported



[Home page] Books Code Blog Python Author Train Find ©M.Lutz