Hello, I am quite new to python or pycharm. I just started studying. I have PowerShell, python and pycharm. When I try to receive output in PowerShell such as for example >>>2+4 it gives me 6 right back, But when I try the same in pycharm it does nothing when I press run unless I write the print function (print(2+4)). What should I do?