What are Sequence Data types in Python

Pubblicato il: 25 settembre 2023
sul canale di: Grab this info
59
4

Python interview question.

What are Sequence Data types in Python?

The first one is list - List is mutable sequence used to store collection of items.

The next one is
tuple - tuple is immutable sequence used to store collection of items.

The 3rd one is
range - Represents an immutable sequence of numbers generated during execution.

The last 4th one is
str - Immutable sequence of Unicode code points to store textual data


In questa pagina del sito puoi guardare il video online What are Sequence Data types in Python della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Grab this info 25 settembre 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 59 volte e gli è piaciuto 4 spettatori. Buona visione!