Open KATO-Hiro opened 1 year ago
# See: # https://docs.python.org/ja/3/library/stdtypes.html#str.maketrans table = str.maketrans(strings_before, strings_after) results = text.translate(table)