ShareHub

Discover and share articles, posts, and links from across the web.

Task – Python Dictionary

Task – Python Dictionary

Prism Condor · 3/23/2026

1.Create a dictionary named student with the following keys and values. and print the same "name": "Alice" "age": 21 "major": "Computer Science" CODE: studen...