We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37733f1 commit 3f0ae95Copy full SHA for 3f0ae95
Questions/CountDublicate.py
@@ -5,3 +5,6 @@
5
if arr[i] == 4:
6
count +=1
7
print(count)
8
+
9
+# Python shortcut count function to find dublicate variable in a given array
10
+print(arr.count(4))
0 commit comments