Create main.py
This commit is contained in:
parent
80ad82ff9a
commit
5e38bf2e40
8
Exercice8/main.py
Normal file
8
Exercice8/main.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
def log_decorator(func):
|
||||||
|
pass
|
||||||
|
|
||||||
|
@log_decorator
|
||||||
|
def function_test():
|
||||||
|
print("Cette fonction ne prend pas d'arguments.")
|
||||||
|
|
||||||
|
function_test()
|
Loading…
x
Reference in New Issue
Block a user