jerry-git / learn-python3

Jupyter notebooks for teaching/learning Python 3
MIT License
6.43k stars 1.77k forks source link

Update for_loops.html #27

Closed umermasood closed 1 year ago

umermasood commented 3 years ago

Cell 5 had incorrect output.

The output was: age name hacker

It should be: hacker age name

jerry-git commented 1 year ago

Thanks! Fixed in https://github.com/jerry-git/learn-python3/pull/35