Home | History | Annotate | Download | only in examples

Lines Matching full:user_input

337         user_input = raw_input (message)
338 if user_input=='?':
340 elif user_input=='':
344 return user_input