Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created February 19, 2018 23:54
Show Gist options
  • Save Fhernd/11183fb1c9d157b85a1365f8090f721c to your computer and use it in GitHub Desktop.
Save Fhernd/11183fb1c9d157b85a1365f8090f721c to your computer and use it in GitHub Desktop.
Perfilar código Python.
# coding: utf-8
import profile
def mostrar_mensaje():
print('Python es génial')
profile.run('mostrar_mensaje')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment