Practice2/solution18.py

2 lines
62 B
Python

def intersection_of_sorted(a: list, b: list) -> list:
pass