Question: In the below text (not code!) box, there is some broken code that is supposed to prompt the user for two whole numbers (integers) and

In the below text (not code!) box, there is some broken code that is supposed to prompt the user for two whole numbers (integers) and print them added together. For this part of the lab: - Navigate to Repl.it and start a Python file - Copy down the code from below - Try to run the code - make note of why - Fix the code until it runs in Repl.it and successfully prints the sum of two numbers
Step by Step Solution
There are 3 Steps involved in it
The issue with the code is that num1 is being read as a string ... View full answer
Get step-by-step solutions from verified subject matter experts
