Computer Science, asked by INNOCENTGAMERMOHIT5, 3 months ago

find the mean of the following♥️​♥️♥️​

Attachments:

Answers

Answered by jai696
2

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

weights, building_children = [16, 20, 35, 18], [6, 4, 2, 3]

means = [f"weights: {sum(weights) / len(weights)}",

f"building_children: {sum(building_children) / len(building_children)}" ]

print('Mean\n' + "\n".join(means))

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions