Custom commands in python IDLE
In this blog post we will discuss on how you can add your own commands to your python IDLE / REPL. For example we will discuss on how you can exit a python REPL just by typing exit without the brackets. And implementing a clear() command which will c...
Oct 2, 20212 min read200
