6 lines
114 B
Python
6 lines
114 B
Python
from src.codewars.kata_most_words_used import top_3_words
|
|
|
|
|
|
def test_top_3_words():
|
|
assert top_3_words() == 0
|