I have python script
fruits.py
when I run it python fruits.py
, it generates output.
Is there a way like some debug flag in python? or some code to write in script, with which I can see code execution step by step in terminal.
I have python script
fruits.py
when I run it python fruits.py
, it generates output.
Is there a way like some debug flag in python? or some code to write in script, with which I can see code execution step by step in terminal.