We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1120710 commit a05769bCopy full SHA for a05769b
number-of-occurence.py renamed to number-of-occurrence.py
@@ -1,4 +1,4 @@
1
-#Python program to count number of occurences of a number in an array
+#Python program to count number of occurrences of a number in an array
2
3
#Prompt user for array
4
array_num = list(map(int, input("\nEnter array elements: ").split()))
0 commit comments