Imagine that you have a list of the genders (as single characters) of all the students in
Question:
Imagine that you have a list of the genders (as single characters) of all the students in your class, in order of their last name. The list will look something like “MFFMMMFFMFMMFFFM” where M is male and F is female. Write a function (below) percentageGenders(string) to accept a string that represents the genders. You are to count all of the M’s and F’s in the string and print out the ratio (as a decimal) of each gender. For example, if the input string were “MFFF,” then the function should print something like, “There are 0.25 males, 0.75 females.”
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Introduction To Computing And Programming In Python A Multimedia Approach
ISBN: 9780134025544
4th Edition
Authors: Mark J. Guzdial, Barbara Ericson
Question Posted: