# Read YouTube API Key def getYouTubeAPIKey(): return open('youtube.key', 'r').read() print(getYouTubeAPIKey()) exit(0)