Introduction
Sometimes users don't enter anything when asked for input. Default values help keep the script running smoothly by using a preset answer.
When asking a user for their name but want to use 'Guest' if they don't type anything.
When asking for a file name but want to use 'output.txt' if no name is given.
When asking for a number but want to use 10 if the user presses enter without typing.
When running a script that needs a value but you want to avoid stopping for missing input.