Skip to content

Instantly share code, notes, and snippets.

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 Fhernd/4d46d55b266785059708f73cc981db9c to your computer and use it in GitHub Desktop.
Save Fhernd/4d46d55b266785059708f73cc981db9c to your computer and use it in GitHub Desktop.
Cambio del carácter de speración y fin de línea en la función print(). OrtizOL.
print('Python', 2.7, 3.7)
print('Python', 2.7, 3.7, sep=',')
print('Python', 2.7, 3.7, sep=',', end='...\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment