Python Dictionaries

Data Science with Python 6 min min read Updated: Mar 07, 2026 Beginner
Python Dictionaries
Beginner Topic 7 of 10

Dictionaries

python student = {"name":"John","age":22} print(student["name"])

Next Tutorial: Python File Handling

Get Newsletter

Subscibe to our newsletter and we will notify you about the newest updates on Edugators