set IntelliJ IDEA to print after running without print() command

Hi,

I don't use Pycharm and I wondering how to apply these changes on IntelliJ IDEA.

For example:

When I run round(3.6) nothing happens

or when I write 4 * 5 and run I don't get any results

I can get results only when I use print(), but I would like to have results without using the printing method.

 

Thank you :)

0

Please sign in to leave a comment.