employer cover photo

Anemoi Technologies India)

Est-ce votre entreprise ?

Question d’entretien chez Anemoi Technologies India)

1. Define how you will differentiate between tuples and dictionaries in python

Réponse à la question d'entretien

Utilisateur anonyme

7 nov. 2022

A tuple is a non-homogeneous data structure that can hold a single row as well as several rows and columns. Dictionary is a non-homogeneous data structure that contains key-value pairs. Tuples are represented by brackets (). Dictionaries are represented by curly brackets {}.