-
��� I’m a OCI Foundamentals Associate (Oracle Cloud Infrastructure)
-
💬 Ask me about Java, Spring Boot, MySQL and OCI
-
📫 How to reach me jandlapom@hotmail.com
Pinned Loading
-
Reto día 2 de Pyhton
Reto día 2 de Pyhton 1print("Bienvenido usuario")
2n = int(input("Ingrese la cantidad de usuarios que desea registrar\n"))
3names =[]
4last_names =[]
5phone_numbers =[]
-
Reto día 5 de Python
Reto día 5 de Python 1def generador_id():
2id_user = 1
3while True:
4yield id_user
5id_user +=1
-
Reto día 4
Reto día 4 1def generador_id():
2id_user = 1
3while True:
4yield id_user
5id_user +=1
-
Reto del dia 1 de Python
Reto del dia 1 de Python 1print("Bienvenido usuario")
2name = str(input("Por favor ingresa tu nombre:\n"))
3last_name = str(input('Ingrese su apellido:\n '))
4phone_number = int(input('Ingrese su número de telefono:\n'))
5email = str(input('Ingrese su correo electrónico: \n'))
-
Reto día 3 de Python
Reto día 3 de Python 1print("Bienvenido usuario")
2n= int(input("Ingrese la cantidad de usuarios que desea registrar\n"))
34def generador_id():
5id_user = 1
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.