changes to grammar/punctuation (#28356)
This commit is contained in:
committed by
The Coding Aviator
parent
ebe9e8f66f
commit
5d0cea176f
@ -5,7 +5,7 @@ title: Python Max Function
|
||||
|
||||
## Arguments
|
||||
|
||||
This function takes two or more numbers or any kind of iterable as an argument. While giving an iterable as an argument we must make sure that all the elements in the iterable are of the same type. This means that we cannot pass a list which has both string and integer values stored in it.
|
||||
This function takes two or more numbers or any kind of iterable as an argument. While giving an iterable as an argument, we must make sure that all the elements in the iterable are of the same type. This means that we cannot pass a list which has both string and integer values stored in it.
|
||||
<br>Syntax:
|
||||
<br>_max(iterable, *iterables[,key, default])_
|
||||
<br>_max(arg1, arg2, *args[, key])_
|
||||
|
Reference in New Issue
Block a user