We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Boolean only has one input function named yesNo since 99.9% of boolean input are just Yes/No questions.
yesNo
Usage is as follows:
import inputapi as inp # Method 1 inp.yesNo() # Method 2 inp.boolean.yesNo()
'Yes or no?'
True
False