IDNLearn.com makes it easy to find accurate answers to your questions. Ask your questions and receive reliable and comprehensive answers from our dedicated community of professionals.
Which input for variable c causes "Done" to be output next? (underscore used to indicate a tab) c = 'y' while c == 'y': # Do something print('Enter y to continue, n to quit: ', end=' ') c = input() print('Done');
a. 'y' only b. 'n' only c. Any value other than 'y' d. No such value - infinite loop
Sagot :
Thank you for contributing to our discussion. Don't forget to check back for new answers. Keep asking, answering, and sharing useful information. Your search for solutions ends here at IDNLearn.com. Thank you for visiting, and come back soon for more helpful information.