2 lines
62 B
Python
2 lines
62 B
Python
def intersection_of_sorted(a: list, b: list) -> list:
|
|
pass |
def intersection_of_sorted(a: list, b: list) -> list:
|
|
pass |