0
I m not abale to use calculations in python without using print, also I m not abale to use variable😩
I m a bigenner
5 ответов
+ 2
It's normal that you have to use print.
Only if you run Python in interpreter mode, expressions will be evaluated and given out automatically.
+ 1
It's okay to use print just go through the tutorial and you'll see many ways to print and you will know how to handle variables
0
Now how can I do that
0
That means youre using an IDE. Its fine, because it also allows you to write multiple lines of code and then execute them one at a time automatically. If you were in the python interpreter you wouldnt have to use print for simple calculations, but you can only type one line at a time. Its not a problem
0
Thnx