Skip to content

Instantly share code, notes, and snippets.

@jacoor
Created January 19, 2022 10:27
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 jacoor/7fc1a01ba8298aee60e2504aba0fd332 to your computer and use it in GitHub Desktop.
Save jacoor/7fc1a01ba8298aee60e2504aba0fd332 to your computer and use it in GitHub Desktop.
def compare(a, b):
if a == b:
return True
else:
return False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment