Question: 2. Write and test a PyDev module named to2.py. Copy your testing to testing.txt. This program asks the user to enter a positive two-digit integer.

2. Write and test a PyDev module named to2.py. Copy your testing to testing.txt. This program asks the user to enter a positive two-digit integer. The program then prints the product of the two digits. If the user enters a number 25, the product is 10 (as 2 * 5 = 10). The program must use integer division and modulus, not strings, to extract the two digits. Sample execution: Enter a positive digit number: 25 The product of the digits of 25 is 10 Run the program with three different sets of inputs. Partial testing: Test t02.py: Choco Fila bla filo choan
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
