0
CHALLENGE
How many times do you use the digit 9 to number the pages of a book that has 100 pages? https://code.sololearn.com/c98E89oNKkk4/?ref=app
3 Answers
0
Not that I've learned py as yet. But, this is cleaner.
https://code.sololearn.com/cQy11c4TVr17/?ref=app
+ 5
The question is how many times is the digit nine used up till 100, not print all the occurances of a 9
https://code.sololearn.com/cL45ZMfIDwRI/?ref=app
0
Makes sense... thanks anyway!