Skip to content

Commit f721e24

Browse files
committed
decorators
1 parent a511ece commit f721e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_44_decorators.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
# logic in functions without touching existing functions
23

34
def div(a,b):
45
print(a/b)

0 commit comments

Comments
 (0)