TallCoderDude
TallCoderDude
My initial comment wasn't very clear, sorry. VitalSource books that only allow printing of one chapter at a time are in the regular page format (e.g. i,ii,iii,iv,v,...1,2,3,4,5...) not the "Chapter-Page"...
First off, thanks again. One issue that I noticed: The data validation that you were trying to do in Line 120 has some issues. It appears that the variable "printList"...
To keep the coding clean you might define a function called "PrintChapter" that could be used in a "for" loop for each chapter in the book. Such as: def PrintChapter...