I just noticed that i made a mistake, we are calculating the average of our daily farts (with daily data of one week).
@HimeFrost3 жыл бұрын
Ganbare! snekcato. We love u uwu. Nice Video x3
@BigPython3 жыл бұрын
Once you're comfortable with for-loops and want to just compute the number of farts quickly, you can also do sum(values)/len(values), or import statistics; statistics.mean(values) 🙂