
Answer:
def print_menu():
print("MENU') Â
print("c-Number of non-whitespace characters\nw - Number of words\nf-Fix capitalization\nr
Replace punctuation\ns - Shorten spaces\nq - Quity Â
print("\n Choose an option: ")
#################################
def get_num_of_non_WS_characters (s):
count = 0 Â
for x in s
if not x is ‘ ‘:
count +=1 Â
return count
Explanation:
Computers are very quick and more efficient when it comes to performing the various tasks we give them on a daily basis, sometimes things can get a bit unenergetic and we find that your PC stalls or ‘freezes altogether’. Â
While technically speaking, "force quit" is a term applied to Apple's Mac computers, the same premise applies to ‘Windows-based PCs’.