240 发简信
IP属地:江苏
  • 定义函数

    def oo(x,y):if x<y:return xy+yyif x==y:return list(range(1, 9)) print(oo(5,4))