return [(ord(c) if len(c)==1 else c.encode()) if isinstance(c, str) else c for c in l] def test_find_optimal_sequence_ascii_strings(self): """ Test find_optimal ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.