Skip to content

Commit a05769b

Browse files
authored
Update and rename number-of-occurence.py to number-of-occurrence.py
1 parent 1120710 commit a05769b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number-of-occurence.py renamed to number-of-occurrence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Python program to count number of occurences of a number in an array
1+
#Python program to count number of occurrences of a number in an array
22

33
#Prompt user for array
44
array_num = list(map(int, input("\nEnter array elements: ").split()))

0 commit comments

Comments
 (0)