This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
from functools import wraps | |
def timer(func): | |
@wraps(func) | |
def wrapper(*args, **kwargs): | |
if not hasattr(wrapper, 'total_time'): | |
wrapper.total_time = 0 | |
_start = time.perf_counter() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
O Captain! My Captain! | |
J'ai demandé à Chat GPT | |
Comment en JavaScript affiche tous les éléments d'un tableau nommé | |
"captains" de plusieurs façons différentes ? | |
De temps en temps, j'ai demandé | |
Donne m'en d'autre |