You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a method named count_one_char that accepts a string and a char as inputs and returns the number of times the char occurs in the string as an int.