6 lines
73 B
Python
6 lines
73 B
Python
import SPARC.serp_api
|
|
|
|
a = SPARC.serp_api.SERP.query('nvidia')
|
|
|
|
print(a)
|