jacksonhorton12
Results
1
issues of
jacksonhorton12
`from pws import Google` `from pws import Bing` `print(Google.search(query='hello world', num=5, start=2))` `print(Bing.search('hello world', 5, 2))` When I run this example, I get this error: > TypeError: __init__() got an...