health-data-science-OR / coding-for-ml

Learning materials for Coding for Machine Learning and Data Science
https://www.pythonhealthdatascience.com
MIT License
15 stars 4 forks source link

Issue on page /content/01_algorithms/06_solutions/01_science_funcs.html #22

Closed SubaruSpirit closed 2 years ago

SubaruSpirit commented 2 years ago

Exercise 3:

to_roll in both examples doesn't follow PEP8 Whitespace in Expressions and Statements

# Current in the book
to_roll = [1 ,2, 3, 4, 5]

# Supposed to be
to_roll = [1, 2, 3, 4, 5]
TomMonks commented 2 years ago

Thanks! This will be fixed!

TomMonks commented 2 years ago

This has been fixed and added to Dev. ready to be merged across. Thx. Will add you to acknowledgements.

TomMonks commented 2 years ago

Now live at pythonhealthdatascience.com