#!/usr/bin/env python """ HashCode 2016 """ # ## Code goes here. # def test(): """Testing Docstring""" pass if __name__=='__main__': test()