Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. numero = int(input("Dame un numero bro"))
  2. contador = 0
  3. while numero > 0 :
  4. numero = int(input("Dame otro numero entonces"))
  5. contador = contador + 1
  6. print("Ha puesto un total de", contador)
  7. chetadin =chetao
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement