Curso-lenguaje-python/python-total/dia_01/programa01.py
Manuel Vergara f4e9797c4b Restructure content and add notes from HolaMundo
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
2023-05-20 09:36:26 +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!")