def FindLabel ( [Direction] ): return "{}° {}' {}\"".format( [Direction].split("-"))
def FindLabel ( [Direction] ): return "{0[0]}° {0[1]}' {0[2]}\"".format( [Direction].split("-"))
def FindLabel ( [Direction] ): var = [Direction] return "{}° {}' {}\"".format(var.split("-"))