So my program asks if im sure I want to do the action but I want when the program asks for input I want to have filled in automatically a 'No'
So for example:
Are you sure?
>>> No(the user didn't type that)
Can this be done in python?
So my program asks if im sure I want to do the action but I want when the program asks for input I want to have filled in automatically a 'No'
So for example:
Are you sure?
>>> No(the user didn't type that)
Can this be done in python?