Python- How to define function on command line
In normal cases we use Python CLI as just test for one liner commands and its output but there may be some cases where we want to test function call in Python at CLI level only just for our understanding or any tutorial purpose. In such cases we can use Pyhon/Pyhon3 CLI: itself. To do