Skip to content

Commit cf81ccb

Browse files
committed
'9'
1 parent 21fded7 commit cf81ccb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tuple Series/E9.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tuple1 = (50, 10, 60, 70, 50)
2+
3+
print(tuple1.count(50))

0 commit comments

Comments
 (0)