Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Last active February 1, 2022 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FredyRosero/46d12851134003dabeeb5b56d389e69f to your computer and use it in GitHub Desktop.
Save FredyRosero/46d12851134003dabeeb5b56d389e69f to your computer and use it in GitHub Desktop.
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