In this video, you will learn how to get the Maximum Consecutive number in just One Line of Code in Python.
Keywords -
list -
It is used to store multiple items in a single variable.
map -
It is used to apply given function to each item of a given iterable (like Lists, Tuples)
len -
Gives the length of any iterable.
max -
Gives the maximum value in an iterable
-----------------------------
Instagram - @one.line.code