martes, 24 de septiembre de 2024

■ Python_002 ► Capturar un texto y mostrarlo

Ejercicio 002: Ingresar un texto y mostrarlo.

Entrada: Ingresar un texto.

Salida: Mostrar el texto.


print("Ingresa un texto")
texto = input();

print("El texto es ", texto)


■ En otros lenguajes:
     • Pseudocódigo
     • C#_002
     • Java_002
     • Pascal_002

No hay comentarios:

Publicar un comentario