You've already forked Curso-lenguaje-python
Update Python Ofensivo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .courses import courses
|
||||
|
||||
def total_duration():
|
||||
|
||||
return sum(course.duration for course in courses)
|
||||
Reference in New Issue
Block a user