Skip to content

Instantly share code, notes, and snippets.

@M-Shinoda
Last active May 9, 2021 06:41
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 M-Shinoda/73d1b4fb557d5efa76a1405b347809f1 to your computer and use it in GitHub Desktop.
Save M-Shinoda/73d1b4fb557d5efa76a1405b347809f1 to your computer and use it in GitHub Desktop.
pass_judg.py
def func(params):
PASSWORD = 'ほげ ほげ/&\|=?'
return params['パスワード'] == PASSWORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment