Want to make a field that asks "Send email? Yes/No" And that the default is already typed "Yes", if the user wants to type "No", then he will need to erase the inscription, by default, and enter "No".
email_quest = input('Send email? Yes/No')
But no arguments of the default type or value is not working.