Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created January 17, 2022 08:00
Show Gist options
  • Save esenthil2018/d3d269b15ef7605be3284d50c0aa944d to your computer and use it in GitHub Desktop.
Save esenthil2018/d3d269b15ef7605be3284d50c0aa944d to your computer and use it in GitHub Desktop.
@logged
@time
def product(a,b,c):
print('The product of a*b*c:', a*b*c)
product(3,5,6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment