Question: 3. Implement a Python program that allows a user to enter a string and then prints a warning message only if the string starts with

3. Implement a Python program that allows a user to enter a string and then prints a warning message only if the string starts with a non-capital letter. Hint: You can get the first letter of the string using the notation variableName [0]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
