filmov
tv
median Function of statistics Module in Python (Example) | Middle Value | statistics.median Function

Показать описание
Python code of this video:
my_list = [4, 3, 8, 2, 7, 3, 8, 4, 7, 1, 5] # Create example list
print(my_list) # Print example list
# [4, 3, 8, 2, 7, 3, 8, 4, 7, 1, 5]
import statistics # Load statistics module
Follow me on Social Media:
my_list = [4, 3, 8, 2, 7, 3, 8, 4, 7, 1, 5] # Create example list
print(my_list) # Print example list
# [4, 3, 8, 2, 7, 3, 8, 4, 7, 1, 5]
import statistics # Load statistics module
Follow me on Social Media: