Skip to main content

Variance

Variance is a measure of how spread out the values in a dataset are around the average. It shows how much the values differ from the mean.

src/variance_integer.py
loading...

Run and test the variance_integer program

1. Open "Nada by Example"

Open in Gitpod

2. Run the program with inputs from the test file

nada run variance_integer_test_1

3. Test the program with inputs from the test file against the expected_outputs from the test file

nada test variance_integer_test_1