YOU’RE LEARNING TO↗navigate the filesystem using cd, ls/dir, and pwd from the terminal
↗create directories and files from the command line
↗run Python scripts and pip commands from the terminal
↗distinguish between PowerShell and bash and know which commands work where
↗explain why the current working directory matters when a Python script touches files
↗read a tiny standard-library script that imports os and calls functions with dot notation