Lines Matching refs:choice
130 choice = '1'
134 choice = 'x'
139 while choice not in choices:
147 choice = input()
148 if not choice:
149 choice = '1'
150 elif choice not in choices:
153 if choice == '1':
181 choice = 'X'
182 while choice.lower() not in 'yn':
183 choice = input('Save your login (y/N)?')
184 if not choice:
185 choice = 'n'
186 if choice.lower() == 'y':
189 elif choice == '2':
213 elif choice == '3':