# Introduction This program is designed to calculate the number of upper case letters and lower case letters in a given sentence. It takes the input from the user and uses the `isupper()` and `islower()` methods to determine the case of letters.
Click the virtual machine below to start practicing