Question: Using Python 3. Filename: assign4-3.py Create a function that takes a string as a parameter, check if the string starts with one upper case letter
3. Filename: assign4-3.py Create a function that takes a string as a parameter, check if the string starts with one upper case letter followed by all lower case letters, and print out the result as shown below. H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module4\assign4-3.py aab_cbbbb aab_cbbbb is NOT following the pattern H:>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module4\assign4-3.py aaBAbbc aaBAbbc is NOT following the pattern H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module4\assign4-3.py AaaaA AaaaA is NOT following the pattern H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module4\assign4-3.py Abba.Abb Abba. Abb is NOT following the pattern H:\>python C:\Users asisabbaghpourhokha\Documents\IT2431\Module4\assign4-3.py Abbancds Abbancds matches the pattern H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module4\assign4-3.py Cbbshed Cbbshcd matches the pattern
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
