-
-
Notifications
You must be signed in to change notification settings - Fork 6
🐍 Program 137: Count Equal Values #160
Copy link
Copy link
Open
Labels
PythonPython Interview QuestionsPython Interview QuestionsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested
Milestone
Metadata
Metadata
Assignees
Labels
PythonPython Interview QuestionsPython Interview QuestionsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested
🐍 Program 137: Count Equal Values
📌 Description
Create a function that takes three integer arguments (a, b, c) and returns the amount of integers which are of equal value.
💡 Code Example
✅ Output
🧠 Explanation