Header Ads

Header ADS

UN EJEMPLO DE LA WEB PERO EQUIVALENTE EN Python

UN USUARIO CONSULTO ESTE EJEMPLO AQUI TU RESPUESTA..!!!


Aquí el equivalente en Python:
a = 1
nmay = 0
for a in range (11) :
print ‘introduce un numero(de 6 digitos o menor): ‘, ‘(’, a, ‘)’, ‘: ‘,
n = raw_input()
if n>nmay:
nmay=n
print ‘El Numero mayor es: ‘, nmay, ‘\n’
raw_input()


No hay comentarios.

Con tecnología de Blogger.