Guys i am using pycharm interpreter but it is not showing any Python consoles and also not doing the simple operations like 2+3 | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Guys i am using pycharm interpreter but it is not showing any Python consoles and also not doing the simple operations like 2+3

Plzz help

14th Apr 2019, 7:28 AM
Itz_your_buddy
Itz_your_buddy - avatar
7 Respostas
+ 2
PyCharm is an IDE, which is completely different from the terminal. Use the print() function to be able to see the output. print("Hello, World!") print(2+3)
14th Apr 2019, 2:54 PM
Diego
Diego - avatar
+ 1
Does this print function has to be used with every operation giving problem like this
14th Apr 2019, 5:42 PM
Itz_your_buddy
Itz_your_buddy - avatar
+ 1
The print() function is used if you want to output the result, but it's not needed to do the calculations themselves.
14th Apr 2019, 6:12 PM
Diego
Diego - avatar
+ 1
Use space.(2 + 3)
28th Apr 2019, 4:49 AM
Š”Š¼ŠøтрŠøŠ¹
+ 1
or you can just open up python shell
4th May 2019, 3:30 PM
Leon
0
Ooooooooo
14th Apr 2019, 6:13 PM
Itz_your_buddy
Itz_your_buddy - avatar
0
Thanks a lot u helped me a lot
14th Apr 2019, 6:13 PM
Itz_your_buddy
Itz_your_buddy - avatar