Icon Créer jeu Créer jeu

Estructura de Datos Semana 3 Eje1

Compléter

Estructura de Datos Semana 1

Téléchargez la version papier pour jouer

24 fois fait

Créé par

Colombia
Ce jeu est une version de

Top 10 résultats

  1. 1
    Carlos Andres Suarez
    Carlos Andres Suarez
    00:46
    temps
    100
    but
  2. 2
    Alfredo
    Alfredo
    01:19
    temps
    100
    but
Voulez-vous apparaître dans le Top 10 de ce jeu? pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

  1. temps
    but
  1. temps
    but
temps
but
temps
but
game-icon

Completar

Estructura de Datos Semana 3 Eje1

Estructura de Datos Semana 1

Anyelo Gerley Quintero Reyes
1

print input username

# Primera forma de lectura por teclado
username = ( " Ingrese su nombre : " )
( " Nombre es : " + ) # se utiliza el + para concatenar una cadena de texto
# con una variable caden a

2

universidad input programa usuario

usuario = ( " Ingrese su nombre : " )
universidad = input ( " Ingrese nombre universidad : " )
programa = input ( " Ingrese programa : " )
print ( " Nombre es : " + )
print ( " Universidad : " + )
print ( " Programa : " + )

3

estrato EPS direccion paciente

paciente = input ( " Nombre paciente : " )
direccion = input ( " Ingrese dirección : " )
EPS = input ( " Ingrese EPS : " )
estrato = input ( " Ingrese estrato : " )
print ( " * * * * * * * * * * * * * * * * * * * * * * * * * * * " )
print ( " DATOS DEL PACIENTE " )
print ( " Nombre es : " + )
print ( " Dirección : " + )
print ( " EPS : " + )
print ( " Estrato : " + )