Practice Exercise #3: Reverse engineering with inputs and outputs

When you are learning python for the very first time, it can be extremely helpful to reverse engineer / remix others work. However, to effectively do so, you need to know how to read through their code in a way that benefits your own goals. Task: Write a Python program that asks the user to … Read more