Maximum Consecutive 1's in One Line of Code | Python | 2022 |

Опубликовано: 03 Ноябрь 2024
на канале: One Line Code
170
21

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