0
I read all text from sololearn and also practice its samples. But when do practice on pycharm some codes not run.
print(' hello world ') runs but 2+3 do not runs
3 Réponses
+ 5
Gurpanthpreet Singh Khalsa you cannot just type:
>> 2+3
in any python console and expect an output.
you need a method() like..
>>print(2+3)
+ 4
Gurpanthpreet Singh Khalsa Do you have installed python on your computer?
+ 2
You need to install python on your computer
Also, in some cases the version makes a difference .
python --version