Please send questions to st10@humboldt.edu .
"""
Module lect09_3
Playing with __all__
"""

__all__ = ['spam', 'Spam']
spam = 4000
eggs = 50
sausage = 60
Spam = 70
_spam = 500