Created
September 7, 2023 14:08
-
-
Save codeperfectplus/f2d395500c21ded57ceba6f3fc964ff7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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