Curso-lenguaje-python/dia_01/programa01.py
2023-04-12 21:53:28 +02:00

5 lines
211 B
Python

""" programa 01 del curso """
print("La cerveza se llama\n"
+ "\"" + input("¿Cuál es tu mascota favorita? ") + " " + input("¿Cuál es tu color favorito? ")
+ "\"\n¡Felicidades por tu espumosa!")