I don't understand notation in python documentation.
The notation is like,
functools.reduce(function, iterable[, initializer])
functools.partial(func[,*args][, **keywords])
What is mean [, initializer] or [,*args]? I can understand we can use three arguments in python reduce function, but the thing is [, ~] notation.