I need help with pycharm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need help with pycharm

Okay, so I'm a beginner trying to learn python as my first programming language but when I try to run something like 2 + 3 It never shows up only if I put it in print so I don't really know what to do. Thanks for all help.

13th Mar 2019, 9:11 PM
Steel
Steel - avatar
5 Answers
+ 8
In addition to what other answers suggest, if you're an absolute beginner with Python or with coding, in general, it's recommended to write as much as code by yourself rather than using some auto completion tools. Once you're experienced enough, you can focus more into what to do and let these tools do 'how to do' stuff for you.
14th Mar 2019, 1:52 AM
Шащи Ранжан
Шащи Ранжан - avatar
+ 4
This is because print() is the function that outputs something to the screen.
13th Mar 2019, 11:35 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
It is correct of pycharm. If you run in the interactive python console it does not need print. here you work with an ide so it is not an interactive console. you habe to use print for showing sth. in the console which is build in.
13th Mar 2019, 11:05 PM
S DK
S DK - avatar
+ 1
yes.
13th Mar 2019, 11:37 PM
S DK
S DK - avatar
0
I'm not really using it for the auto completing tools I just don't like how it looks like in the basic console
15th Mar 2019, 8:05 PM
Steel
Steel - avatar