0
How it do the YouTube Link Finder in Python ?
Hey can anyone help plz I can't get it
4 Answers
+ 3
In need for example? go to Code Playground and search for 'youtube link' I found this just now ...
https://code.sololearn.com/cRYuseCKK4a5/?ref=app
+ 1
Thnks bro
+ 1
Easiest way is just replace youtube link's common path
0
One liner
print(input()[-11::])