DEV Community

Discussion on: Your First Line of Code

Collapse
 
mrokdev profile image
Paul

maybe the code should like this:
print("Hi there")
print("Bom Dia!", sep="... ")
print("Nǐ hǎo", sep=" - ")
print("¡Hola!")
print("Assalamu Alaikum", end=" ")

Collapse
 
vickilanger profile image
Vicki Langer

That looks great Paul! Are you just starting to learn how to code?

Collapse
 
mrokdev profile image
Paul

Yes, I want to learn Python basics. It's very popular and useful programming language and I want to check if programming is for me.

Thread Thread
 
vickilanger profile image
Vicki Langer

That's awesome! Let me know if you have any questions.