I have a python program which uses various Bash shell scripts. However, some of them require (y/n) input. I know the input required based on the question number so it's a matter of being able to provide that automatically.
Is there a way in Python to do that?
As a last resort I can send a signal to a window etc. but I'd rather not do that.