Add sceleton of most_frequent_value function

This commit is contained in:
Артём Садаков 2026-04-17 22:25:00 +03:00
parent 6be0a0233e
commit 524581e2fc

2
solution23.py Normal file
View File

@ -0,0 +1,2 @@
def most_frequent_value(d: dict) -> tuple:
pass