Python Tutorial #17: Documentation Strings or DocStrings

preview_player
Показать описание
In this tutorial, we are going to learn about documentation strings or doc strings. Doc strings are used to describe class and function.
------------------------------------------
------------------------------------------
💪 Difficulty: Beginner
❓ Pre-Requisite: None
-------------------------------------------
-------------------------------------------
Рекомендации по теме
Комментарии
Автор

What was the point of having the for loop block?


total = 0
for a in args:
total += a
print('The total is ', total)


Please specify; thank you

isaackay