This repository contains Python scripts for Assignment 5 tasks, focused on fundamental concepts such as dictionaries and list slicing in Python. These tasks aim to build a solid understanding of basic ...
Notifications You must be signed in to change notification settings Creates a dictionary where student names are keys and their marks are values. Asks the user to input a student's name. Retrieves and ...