Question: Complete the Python syntax to use the find() method to identify the position of string see how much inside variable a. Do not use

Complete the Python syntax to use the find() method to identify the position of string "see how much" inside variable a. Do not use specific string index values to accomplish this, but provide syntax for Python to find the substring. a="This is a test string to see how much We understand" print( .find( ))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
