+ 2
Whats wrong with this code. ? Why is it not importing and printing out the you tube video describtion
2 Answers
+ 3
Charlie S go to:
https://developers.google.com
and get a api key and then copy-paste to "key" and look in this code
https://code.sololearn.com/c2SNguf3m8sZ/?ref=app
+ 2
Did you check if Sololearn editor has these libraries? It may not support that kind of importing from web, as it is with Tkinter where it can't open a GUI window. You can use the python compiler fron your pc. Download the libraries and check if it works.