Skip to content

Instantly share code, notes, and snippets.

@YiLi225
Last active May 5, 2022 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YiLi225/e9a9dcda40b2bfe9fda498aa5e67278b to your computer and use it in GitHub Desktop.
Save YiLi225/e9a9dcda40b2bfe9fda498aa5e67278b to your computer and use it in GitHub Desktop.
# Replace with the correct words
from functools import reduce
reduce(lambda x, y: x.replace(*y), [curText, *list(correctDict.items())])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment