shell, besides with just simple error msgs. # This tutorial is best followed in a shell / command prompt. # Open yours up, type python, or python3, and then follow.
# This will print all *.py files in the current directory print("### Find all *.py files in the current directory ###") ...