This report is authored as plain HTML. Provedown reads the same executable code and result assertion contract it reads from Markdown.
from statistics import mean
counts = [12, 18, 15]
mean_count = mean(counts)
The average count is 15.0.
The maximum count is 18.