Ordena el Código
Las siguientes instrucciones permiten ingresar nombre, edad, estatura y luego mostrar un mensaje.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
1º
n = input("Ingresa por favor tu nombre")
2º
d = input("Ingresa por favor tu edad")
3º
d = input(d)
4º
e = input("Ingresa por favor tu estatura")
5º
e = input(e)
6º
print(n, 'tiene', d, 'años de edad y mide', e)
Otros juegos similares:
Otros juegos similares:
Otros juegos similares:

