File: LP6E/Chapter03/threenames.py

a = 'PC'                       # Define three attributes
b = 'Phone'                    # Exported to other files
c = 'Tablet'
print(a, b, c)                 # Also used in this file



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