In the previous activities, you learned how to declare variables, assign values to them, and perform basic type conversions. You now have the building blocks to store information in your Python scripts. However, a script that always executes the same...