def run(): print("Day 2") print("Part 1: 100") # print("Part 2: 200") <- commented out • "unimplemented" if __name__ == "__main__": run()