Sobes.tech
Senior

# Write a decorator that counts the number of function calls and outputs # the name of the function with the highest call count and the current function def call_count(): ...