Section 3. Chapitre 1
single
Challenge: Timer Context Manager
Glissez pour afficher le menu
Tâche
Swipe to start coding
Implement a context manager that measures and prints the elapsed time when exiting a context. The context manager should use the context management protocol. The __enter__ method should record the current time. The __exit__ method should record the end time, calculate the elapsed time, and print the duration in seconds.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 1
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion