res =... «Automate the Boring Stuff with Python: Practical Programming for Total Beginners»
ska3o4nik25 декабря 2020res = requests.get('http://google.com/search?q=' + ' '.join(sys.argv[1:]))
19

res = requests.get('http://google.com/search?q=' + ' '.join(sys.argv[1:]))