Advertisement
Fhernd

decorador-funcion.py

Feb 5th, 2018
907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. from line_profiler import *
  2.  
  3. @profile
  4. def sumador(x, y):
  5.     return x + y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement