Curso-lenguaje-python/dia_01/programa01.py

5 lines
211 B
Python
Raw Normal View History

2023-04-12 21:53:28 +02:00
""" 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!")