How do the if and else commands work in this program?

前端 未结 0 375
一向
一向 2020-12-10 06:14

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题