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