✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿C ómo sería la salida si un usuario introduce "Juan" como entrada al siguiente código en Python?
print("Hola ¿Cómo te llamas?")
name = input()
print("Hola", name)