【Code Gym】Python Basic Tutorial (4) - User-Defined Functions

Published: 27 February 2019
on channel: Code Gym
1,213
23

► Summary
In this video, we will introduce Python functions. In the previous videos, we have used print() and input(), which are all built-in functions of Python. How can we write our own functions?

Before we start writing our own functions, we need to understand why we need to do this. Because in the process of programming, we will encounter the situation of repeated writing of code. In order to improve the efficiency of code usage, we will wrap the repeatedly appearing code into a function. In the future, when we need this piece of code, we only need to write the function name. Now, let's write our own functions.

▼ Code Gym ▼
https://codegym.tech

#CodeGym
#Python


On this page of the site you can watch the video online 【Code Gym】Python Basic Tutorial (4) - User-Defined Functions with a duration of hours minute second in good quality, which was uploaded by the user Code Gym 27 February 2019, share the link with friends and acquaintances, this video has already been watched 1,213 times on youtube and it was liked by 23 viewers. Enjoy your viewing!