Is it possible to set IntelliJ IDEA to print automatically python expressions?
I don't use Pycharm and I wondering how to apply these changes.
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 :)
Please sign in to leave a comment.