Fill in the Blanks Condicionales y buclesOnline version Completar by Javier Fernández Araque 1 for numero2 print elif if print int input input max if numero2>numero1 CONDICIONAL numero1 = ( " Indica un numero : " ) numero1 = int ( numero1 ) numero2 = input ( " Indica otro numero : " ) = ( numero2 ) numero1>numero2 : print ( " EL PRIMER NUMERO ES MAYOR " ) : ( " EL SEGUNDO NUMERO ES MAYOR " ) BUCLE max = 0 i in range ( 10 ) : numero = int ( ( " Dame un numero : " ) ) numero>max : max = numero ( " Vuelta ( " , i , " ) : " , max ) print ( " El valor maximo es : " , )