command: list_star=tag_books. Find (' p 'class_="star rating")
Print (list_star)
Output:
& lt; P & gt;
& lt; I & gt;
The command print (list_star [' class '])
Output: [' star rating - ', 'Three']
question: why don't the following "icon - star" as output??????