Discuss / Python / 作业

作业

Topic source

    if not L:

      return (None,  None)

    for n in L:

      return (min(L),max(L))


  • 1

Reply