Skip to content

Commit c416d74

Browse files
Update average_mode.py
1 parent dd1ff0a commit c416d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/average_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Any
22

33

4-
def mode(input_list: list) -> list[Any]: # Defining function "mode."
4+
def mode(input_list: list) -> list[Any]:
55
"""This function returns the mode(Mode as in the measures of
66
central tendency) of the input data.
77

0 commit comments

Comments
 (0)