String Split and Join

  • + 0 comments

    Just Add this on Top, Done!

    def split_and_join(line):
        return "-".join(line.split())