Exit code 1 File "", line 1 import json,sys; data=json.load(sys.stdin); print(f'Total: {len(data)} videos'); [print(f"{i+1}. {v["title"][:50]}... -> {v["youtubeId"]}") for i,v in enumerate(data[:10])] ^ SyntaxError: f-string: unmatched '[' 1231:1240: execution error: The variable videoData is not defined. (-2753)