filmov
tv
How to Use Variables in Your Python Program - 60 Seconds to Code

Показать описание
#tutorial on #howto use variables in your #python program. #60secondstocode #codeislife
Welcome to 60 seconds to code where I show you how to code in 60 seconds or less.
Today you will learn how to use variables in your programs
Step 2 – In the first line, press enter and type message = ‘Hello World’
Step 3 – Inside the print function, the replace the ‘Hello world’ string with the variable message and click File - Save to save the file
Congratulations, you’ve learned how to use variable in your programs.
Try to code a little every day because CODE IS LIFE
Welcome to 60 seconds to code where I show you how to code in 60 seconds or less.
Today you will learn how to use variables in your programs
Step 2 – In the first line, press enter and type message = ‘Hello World’
Step 3 – Inside the print function, the replace the ‘Hello world’ string with the variable message and click File - Save to save the file
Congratulations, you’ve learned how to use variable in your programs.
Try to code a little every day because CODE IS LIFE