Skip to content

Commit 3f0ae95

Browse files
committed
updating Questions
1 parent 37733f1 commit 3f0ae95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Questions/CountDublicate.py

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
if arr[i] == 4:
66
count +=1
77
print(count)
8+
9+
# Python shortcut count function to find dublicate variable in a given array
10+
print(arr.count(4))

0 commit comments

Comments
 (0)