I have understood the concept of command line arguments in Python and I am able to use it too. During my program run I want user to input the details in same way as we can do in command line arguments. Basically I want to use command line features again during my program run. Can I do that? If yes, how? I hope I have put my question clear enough to understand. Any help would be appreciated. Thank you!
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
You can try this, it could simulate the interactive cmd line
|
|||||||||||||
|