Compléter Condicionales y buclesVersion en ligne Completar par Javier Fernández Araque 1 int input print if numero2>numero1 if input max for elif print numero2 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 : " , )