#!/usr/bin/python from sys import argv from os.path import basename print("# " + basename(argv[1]).replace("_"," ").split(".")[:1][0] + "\n")