| tutorial | https://www.youtube.com/watch?v=Ki1LaUKhPgU |
|---|
You can also use the print function to print variables in the console. It's a great way to check their current value, like this:
my_super_variable = 'hello'
print(my_super_variable)- Declare a new variable called color and assign the value "red" to it.
- Then, print its value on the console (you may have to scroll up in the terminal to see it!)