deporte = "Jugar Futbol" def ultima_actividad(deporte): print(f"Su ultima actividad realizada fue: {deporte}") ultima_actividad(deporte)