Help please on Step 15 (bonus question) of Scrabble project at the end of the Python 3: String Methods lesson…
https://www.codecademy.com/courses/learn-python-3/projects/scrabble
-
For the second bonus question that asks us to define an update_point_totals() function, why do we not need to put parameters inside the ()?
-
For the third/last bonus question, how does the code <points *= 2> know to work on each individual letter in the letters list, instead of just working on the first letter only?
Thank you.