Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

ejercicios resueltos de python codeskulptor

suma = 0
numero = int(input(u"Ingrese un número"))
while numero!=0:
 suma += numero 
 if (suma>100):
 break 
 numero = int(input(u"Ingrese un número")) 
print u"Suma total:",suma
Source by agenda89.wordpress.com #
 
PREVIOUS NEXT
Tagged: #ejercicios #resueltos #de #python #codeskulptor
ADD COMMENT
Topic
Name
9+3 =