Function Definition Syntax Tutorial in Python

preview_player
Показать описание
0:00 Introduction
0:30 Function call syntax in Python: name, argument list, expressions
5:25 Implementing a function definition for a max function
6:33 Function definition syntax in Python: major pieces
8:19 Using a docstring in Python function definition syntax
8:51 The body block of a Python function
9:56 The signature line of a Python function definition
10:58 Naming a function definition
12:03 Parameter list syntax in a Python function definition with type annotations
13:52 The return type of a Python function definition with type annotations
15:36 Calling a function you previously defined
18:04 Error calling function before definition
19:37 Relationship between function call expression and function definition signature
Рекомендации по теме
Комментарии
Автор

Hey Kris, nice to meet you! I just found your channel, love what you're doing!

I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your YouTube Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos, I applaud you on that!

Cheers, take care, and keep up the great work ;)

empowercode