Python - Intro to Functions - Function Code Example - Python Programming for Beginners APPFICIAL

Опубликовано: 01 Октябрь 2021
на канале: Appficial
1,757
12

A function is a named body of code, that can be called anytime you need to execute the code

deff some_function(parameter list):
code
return var

Functions may or may not have parameters.
Functions may return a value or not.
A function is also an object with a type, identity, and value.

Function benefits:
Improved code readability
Avoids redundant code
Code modularity

Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!


На этой странице сайта вы можете посмотреть видео онлайн Python - Intro to Functions - Function Code Example - Python Programming for Beginners APPFICIAL длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Appficial 01 Октябрь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,757 раз и оно понравилось 12 зрителям. Приятного просмотра!