PyCharm Python console at the bottom left



 2 + 3
 x = 2
 print(x)
 def f(x, y):
    return x+y

 f(4, 5)