Pause Python code in between

Have you ever wanted to pause your python 3 code while running?.  Well here is one simple tip for that. Just add the following line of code just in the line where you want to pause.
input ('pause')
You are done. Are there any other ways of doing that? Please share then..
Stay tuned for more..
Found this info useful, share it then..

Comments