Learn Before
Concept

Duplicate Values in a List

Lists in Python are indexed, which means they can have items with the same value. For example, the picture below shows that the list called thislist has the value "cherry" twice. This is not an issue will lists.

Image 0

0

0

Updated 2021-02-02

Tags

Python Programming Language

Data Science