Question: In this program the user is prompted whether they want a compliment or not. If they choose yes, then a compliment is given. Either way



In this program the user is prompted whether they want a compliment or not. If they choose "yes", then a compliment is given. Either way the user is thanked for participating. SPECIFICATIONS - Starter code has been provided for this lab. - Add a comment with your name, date, and program description at the top! - Note that any input other than 'yes ' should not be considered an affirmative answer. That includes capitalized versions. SAMPLE OUTPUT Would you like a compliment? yes You have wonderful eyes. Thank you for playing Would you like a compliment? y Thank you for playing Would you like a compliment? Yes Thank you for playing Would you like a compliment? no Thank you for playing compliment.py. Copy this code \# FILE NAME - compliment.py \# NAME - \# DATE - \# DESCRIPTION def main(): compliment () def compliment (): main()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
