SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
Web Scraping Path
/
HTTP with Python
Web Scraping Path
HTTP with Python
10 questions
Question 1 of 10
Score:
0
/ 0
What is the correct way to pass query parameters in a `requests.get()` call?
A
Concatenate them manually to the URL string
B
Pass a dict with the `params` keyword argument
C
Pass a dict with the `query` keyword argument
D
Use `requests.get_with_params(url, {...})`
← Back to lesson notes