Code a for loop inside this function that shows the progress of a system update.
Make sure to pick for, followed by i in range(total), and finally :.
for
i in range(total)
: