#
# The following requests call basically does the same thing as this string:
# "http://tools.wmflabs.org/catscan2/catscan2.php?depth=10&categories={0}&doit=1&format=json".format(category)
#
# The following requests call basically does the same thing as this string:
# "http://tools.wmflabs.org/catscan2/catscan2.php?depth=10&categories={0}&doit=1&format=json".format(category)
# open a file to write all the output
output = open("hp_wiki.tsv", "w", encoding="utf-8")
# open a file to write all the output
output = open("hp_wiki.tsv", "w", encoding="utf-8")