Open Tems-py opened 3 years ago
>>> scrap=brainly("""Uporządkuj chronologicznie wydarzenia.
A. utworzenie PZPR
B. referendum ludowe
C. uchwalenie Konstytucji PRL
D. wybory do sejmu ustawodawczego""", 1)
>>> for i in scrap:
... print(f"Q: {i.question.content}")
... for answer in enumerate(i.answers):
... print(f"A{answer[0]}: {answer[1].content}")
Can I scrape answers using this lib?
I have this code and it only gives me:
and I have no idea how to get something more than this