Variables in Python explained

preview_player
Показать описание
What is a variable, how dos it work and where is a variable stored is all explained here.

Timestamps:
0:43 - What is a variable
5:22 - Definition of a variable
9:32 - Task 1 - Create variables
10:55 - Task 1 - Answer and explanation

______________________________________

#python #learn #gcsecs
#built-in #functions #print
Рекомендации по теме
Комментарии
Автор

i am a uni student and i can say your lectures are amazing and str8 to the point keeping doing the great work

josephgamingbaileyfreaks
Автор

Just started coding, these lessons are super helpful. In the task solution, should Team2Name be displayed before Team2Goals? print(Team1Name, Team1Goals, "-", Team2Name, Team2Goals) Thank you in advance!

MariannMeszaros