- 1
How to solve YouTube link finder in coach. help me
str = str.replace('/') str = str[-1:] hasEqual = str.find('=') if hasEqual != -1: print(str) else: print(" ...")
1 Respuesta
+ 5
@@VikramSingh
Try this, though this may not be satisfying. It's based on input observations :)
inp = input()
print(inp[-11:])