Answered step by step
Verified Expert Solution
Question
1 Approved Answer
IN PYTHON Function that receives a string with a text that was requested from the user. Within the function, ask for 5 words and check
IN PYTHON Function that receives a string with a text that was requested from the user. Within the function, ask for 5 words and check one by one that are within the text. If the word is found in the text, print the word found in UPPERCASE. Use the necessary cycles for this function. If you do not use cycles, the points of this code will be canceled.
example:
Some text to try some text other word try
output:
TEXT TRY
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started