Lines Matching refs:choice
131 choice = '1'
135 choice = 'x'
140 while choice not in choices:
149 choice = raw_input()
150 if not choice:
151 choice = '1'
152 elif choice not in choices:
155 if choice == '1':
183 choice = 'X'
184 while choice.lower() not in 'yn':
185 choice = raw_input('Save your login (y/N)?')
186 if not choice:
187 choice = 'n'
188 if choice.lower() == 'y':
191 elif choice == '2':
215 elif choice == '3':