Section B QUESTION 1 Study the Python code below and ans…

Section B QUESTION 1 Study the Python code below and answer the questions that follow.  There are one or two coding errors in each of the 4 lines Num1 = int(input”Enter a number” Num2 = int(input(Enter a second number”))  Total = num1+Num2 Prnt(Total)   1.1   Write the corrected code for line 1. (2)