import square



if __name__ == "__main__":

    x=square.square(3)

    print x

    s=raw_input("Press any key!")