Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Last active February 1, 2022 17:21
Embed
What would you like to do?
Hola mundo de Pythno
foo = "hola"
bar = ", mundo!"
print ('{0}{1}'.format(foo,bar))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment