Home > other >  The crawler problem # Python
The crawler problem # Python

Time:10-15

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??????
  • Related