+ 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
7 odpowiedzi
+ 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)
+ 1
Does this print function has to be used with every operation giving problem like this
+ 1
The print() function is used if you want to output the result, but it's not needed to do the calculations themselves.
+ 1
Use space.(2 + 3)
+ 1
or you can just open up python shell
0
Ooooooooo
0
Thanks a lot u helped me a lot