PyCharm Python console at the bottom left
❮ PyCharm Terminal Refactoring example with PyCharm ❯
2 + 3 x = 2 print(x) def f(x, y): return x+y f(4, 5)