-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This is the code and output:-
from brainly_scraper import brainly
scrap=brainly("cytoplasm", 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}")
Q: Bagaimana bentuk cytoplasm?
A0: ini setengah bentuk cytoplasm setengah liat gogle
Process finished with exit code 0
How do I get the results in English?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels