Complete the code below to produce this output: Enter the value of…

Question Answered step-by-step Complete the code below to produce this output: Enter the value of… Complete the code below to produce this output: Enter the value of num_1: 15Enter the value of num_2: 4num_1 + num_2 = 19num_1 – num_2 = 11num_1 * num_2 = 60num_1 // num_2 = 3 Image transcription textLive Code Example 2.1 Complete the code below to produce this output: Enter the value of num_1: 15 Enter thevalue of num 2: 4 num 1 + num 2 = 19 num 1 – num 2 = 11 num 1 * num 2 = 60 num_1 / / num_2 = 3 num _1 = int(input (‘ Enter the value of num_1: ‘) ) 2 num_2 = int (input (‘ Enter the value of num_2: ‘) ) 3 #add pri… Show more… Show moreUSING PYTHON 3 PLEASE COMPLETE THE CODE. This question is from CIT 144 – Python I, Pearson Assignment 2, Chapter 2: Input, Processing, and Output.   Computer Science Engineering & Technology Python Programming CIT 144 Share QuestionEmailCopy link Comments (0)