• min(iterative, default, key)

  • def foo(a, /, b, *, c)

    • Before / is positional arguments
    • After * is keyword arguments
  • min