Popular repositories Loading
-
-
-
Hhh
Hhh PublicnumeroIf = 5 if numeroIf > 0: print("El número es positivo") elif numeroIf < 0: print("El número es negativo") else: print("El número es cero") # Bucle While numeroWhile = 0 while numeroWhile < 3: …
-
Bjj
Bjj Publicclass Persona: def __init__(self, nombre, edad): self.nombre = nombre self.edad = edad def saludar(self): print(f"Hola, mi nombre es {self.nombre} y tengo {self.edad} años.") def cumplir_anios(self…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.