Pergunta de entrevista da empresa Capgemini

Explain different sequences supported in python

Respostas da entrevista

Sigiloso

26 de ago. de 2022

Lists, tuples, set and dictionary are the sequences supported in python

3

Sigiloso

7 de jun. de 2019

In Python, sequence is the generic term for an ordered set. There are several types of sequences in Python, the following three are the most important. Lists are the most versatile sequence type

6