Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mean calculation #2

Closed
AdamZh0u opened this issue Oct 5, 2020 · 1 comment
Closed

Mean calculation #2

AdamZh0u opened this issue Oct 5, 2020 · 1 comment

Comments

@AdamZh0u
Copy link

AdamZh0u commented Oct 5, 2020

lectures/2.2-Principles_of_Programming.md line 121 and line 169

  count = count = 1

should be

  count += 1
@jreades
Copy link
Owner

jreades commented Oct 5, 2020

Good catch! Fixed on lines 121 and 169.

@jreades jreades closed this as completed Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants