Skip to content

Instantly share code, notes, and snippets.

@codeperfectplus
Created September 7, 2023 14:08
Show Gist options
  • Select an option

  • Save codeperfectplus/f2d395500c21ded57ceba6f3fc964ff7 to your computer and use it in GitHub Desktop.

Select an option

Save codeperfectplus/f2d395500c21ded57ceba6f3fc964ff7 to your computer and use it in GitHub Desktop.
def test_case():
arr = [1, 5, 3]
A = {1, 3}
B = {5, 7}
no_idea(arr, A, B)
test_case()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment