RunestoneInteractive / fopp

Foundations of Python Programming
https://runestone.academy/runestone/static/fopp/index.html
37 stars 120 forks source link

typo on Kiva min and max problem #280

Closed irunestone closed 4 years ago

irunestone commented 4 years ago

Error reported in course IntroCP2019MrH on page kiva_statistics by user MrHolston iraholston@berkeley.net Typo: Hint: max and min are builting (x built in ?)

Python functions that you can use to find the minimum value or maximum value in any sequence.

dbrucknr commented 4 years ago

I see this as well. I've been trying to locate the files to help fix, but I'm having a hard time.

Link to page: https://runestone.academy/runestone/books/published/fopp/Projects/kiva_statistics.html#kiva-statistics

Paragraph: "Store the amount of the minimum loan in min_loan and the amount of the maximum loan in max_loan Then, store the name of the country that received the largest loan in max_country and the smallest loan in min_country Hint: max and min are builting Python functions that you can use to find the minimum value or maximum value in any sequence."

bnmnetp commented 4 years ago

Thanks, I appreciate the help.

You will find the source for the projects in the ac101 branch of the repository.