Running code with pycharm
Answered
This may seem like a rookie mistake but I have only used IDLE and the python shell to run code and I have been trying to figure out how to set up pycharm CE. I have read through instructions and watched videos and I cannot figure out how I am supposed to get output from code I enter in Pycharm. All it does is give me the address of the assignment I am working on and saying it finished with exit code 0. If anyone can help me out I would really appreciate it.
Thanks
Please sign in to leave a comment.
Hello,
To get output you need to use print function: https://www.python-course.eu/python3_print.php