Functions 101 - An Intuitive Introduction in Python - Part 1 of 3

preview_player
Показать описание
0:00 Introduction
0:57 Functions a building block for creating abstractions
2:53 Functions for problem decomposition to break down large programs
3:57 Function Call example demos
7:33 What is the difference between function calls and definitions in Python?
11:20 What are built-in functions in Python?
12:03 Where are function definitions found?
13:42 Importing a function definition from random import randint
15:53 Programming functions vs. Mathematical and algebraic functions
Рекомендации по теме
Комментарии
Автор

why declare the variable in this way x: int=-110?

SATANPUPPET