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

Using Python
Using Python 3. Filename: assign4-3.py Create a function that takes a string

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!