You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
languages = input('Which languages should be included in the table? (type language codes separated by commas. See: https://www.wikidata.org/wiki/Help:Wikimedia_language_codes/lists/all)\n').split(',')
languages.sort()
print('Include Languages: ', languages)
output_filename = input("What name should we give the output file?\n")