filmov
tv
⌨Outputting text on screen and creating variables with Python⌨
Показать описание
Learn how to create variables and store data inside them and be able to print out your message on screen with Python.
When it comes to learning coding, many people don't understand what variables are and what is the purpose of them. When I was learning programming I was one of those people too, shout out to my teacher back in 2015 who referred to variables as boxes into which you put things in.
Keep in mind that print command is responsible for outputting strings (text) on your screen.
When it comes to learning coding, many people don't understand what variables are and what is the purpose of them. When I was learning programming I was one of those people too, shout out to my teacher back in 2015 who referred to variables as boxes into which you put things in.
Keep in mind that print command is responsible for outputting strings (text) on your screen.