I wrote this code but I have a problem.
from statistics import median n = int(input()) arr1 = [int(x) for x in input().split()] arr2 = [int(f) for f in inpu