Question: Complete the following code segment so that a user can enter two integer numbers and output the product of the two numbers. When using the
Complete the following code segment so that a user can enter two integer numbers and output the product of the two numbers. When using the input function, please don't write any message between the ( ), just write input().
Complete the following code segment so that a user can enter two integer numbers and output the product of the two numbers. When using the input function, please don't write any message between the (. just write input(). Sample runs Input 1: 10 21 Output 1: 210 Input 2: -33 4 Output 2 - 132 Test 2-def main : # your code starts here ammon # your code ends here print (prod) main put Input Submit 3 Test Run Viz Save
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
