I keep getting error messages how do you solve
with explanation
2.13 LAB: Count characters Write a program whose input is a string which contains a character and a phrase, and whose output indicates the number of times the character appears in the phrase. Ex: If the input is: n Monday the output is: 1 Ex: If the input is: z Today is Monday the output is: 0 Ex: If the input is: n It's a sunny day the output is: 2 Case matters. Help/FAQ Jo
Case matters. Ex: If the input is: n Nobody the output is: 0 n is different than N. 414446 2654246 qx3zqy7 LAB ACTIVITY 1| 2.13.1: LAB: Count characters main.py 0/10 Load default template...
I keep getting error messages how do you solve with explanation
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am