Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 222 Bytes

lit_snip.md

File metadata and controls

11 lines (10 loc) · 222 Bytes

+++ title = "lit_snip" +++

#hideall
using Statistics
temps = (15, 15, 14, 16, 18, 19, 20, 12, 10, 24)
println("The _average_ temperature is **$(mean(temps))°C**.")

\textoutput{./code_pg1/ex2}