Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mi primer código mejoren lo porfavor #203

Open
Viquing opened this issue Nov 2, 2024 · 0 comments
Open

Mi primer código mejoren lo porfavor #203

Viquing opened this issue Nov 2, 2024 · 0 comments

Comments

@Viquing
Copy link

Viquing commented Nov 2, 2024

#comencemos con a desir que hello world ok.
print("Hola me llaman: Hello world y...")
print(" ") # espacio entre lineas
print(" ")
#ok ahora un mejor mensaje
nombre = input("¿Tu como te llamas?")
print(" ")
print("hola, un placer en conocerte", nombre)
#ahora el idioma
print(" ")
print("Ah! que idioma hablas?")
print("1. Edpañol")
print("2. Engles")
print("3. Frances")
print("4. Italiano")
print("5. Portugues")
i = int(input("Ingresa el numero de tu idioma:"))
if i == 1:
print("que bien a mi tambien me gusta el edpañol")
elif i == 2:
print("That's good, I like it too engles")
elif i == 3:
print("C'est super, je l'aime bien aussi frances")
elif i == 4:
print("che bello, a mio piace italiano")
elif i == 5:
print("Isso é ótimo, eu também gosto do portugues")

a continuar

if i == 1:
print(" ")
print("que bueno que hablamos el mismo idioma")

elif i == 2:
print(" ")
print("a little difficult but I'll try ")
elif i == 3:
print( "c'est facile, je vais essayer")
elif i == 4:
print(" ")
print( "che bello, a mio piace italiano")
elif i == 5:
print(" ")
print(" Que masa eu poder falar com vc. Mais nao sei muito, ta legal" )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant