class Solution: def maxInWindows(self , num: List[int], size: int) -> List[int]: # write code here if size...