Advertisement
Fhernd

perfilar-codigo.py

Feb 19th, 2018
1,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. # coding: utf-8
  2.  
  3. import profile
  4.  
  5. def mostrar_mensaje():
  6.     print('Python es génial')
  7.    
  8.  
  9. profile.run('mostrar_mensaje')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement