We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317dd92 commit 7b47470Copy full SHA for 7b47470
Warmup-2.py/array_count9.py
@@ -0,0 +1,6 @@
1
+def array_count9(nums):
2
+ nr = 0
3
+ for i in nums :
4
+ if i == 9 :
5
+ nr += 1
6
+ return nr
0 commit comments