Add sceleton of most_frequent_value function
This commit is contained in:
parent
6be0a0233e
commit
524581e2fc
2
solution23.py
Normal file
2
solution23.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
def most_frequent_value(d: dict) -> tuple:
|
||||||
|
pass
|
||||||
Loading…
Reference in New Issue
Block a user