Compléter Python while loopVersion en ligne Fill in the blanks for the start of a while loop par James 1 no number input variable while int #declare ending end = " " #start a loop end = = " no " : #input number 1 num1 = int ( ( " Enter number 1 \ n " ) ) #input number 2 num2 = int ( input ( " Enter 2 \ n " ) ) #ask the user for what type of calculation is wanted opp = ( input ( " What would you like to do : \ n1 \ tAdd \ n2 \ tDivide \ n3 \ tMultiply \ n " ) )