Jul-11-2021, 12:03 AM
I'm a beginner new to this site and I don't know if this has been posted before, so please be patient with me.
This isn't an error in as much as I'm curious. I declared a variable with the print function.
It printed even without me calling the variable. Why is that?
This isn't an error in as much as I'm curious. I declared a variable with the print function.
1 |
var = print ( "Hello" ) |