Question: Question 3 and 4 Two initials Jj and last 3 digits 671 Write the code to complete the following tasks: In a loop, ask the
Write the code to complete the following tasks: In a loop, ask the user for input Output the value of the input in uppercase letters . Keep asking for user input until the user types "quit", "stop", or "exit" Submit as Question_3_YY999.py file. Where YY stands for initials of you first and last name and the last 3 digits of your student number. Attach File Browse Local Files Browse Content Collection QUESTION 4 10 points Write the code to complete the following tasks: 9 You have 2 lists of strings with contents of your choice. o Use a loop that goes through the lists and compares the lists elements and displays only the list elements that are duplicate (the element exists in both lists). The strings should be displayed even if in one is used uppercase and in the other lowercase or a combination of it. Submit as Question 4 YY999.py file. Where Y Y stands for initials of you first and last name and the last 3 digits of your student number. Attach File
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
