NIKITA DESAI’s Post

Dictionary in Python A dictionary in Python stores data in pairs. One side is the key and the other side is the value. Example: Dict = {1: "Python", 2: "C++", 3: "Java"} ✔ Key 1 → Value Python ✔ Key 2 → Value C++ ✔ Key 3 → Value Java

  • diagram

To view or add a comment, sign in

Explore content categories