This repository contains solutions for Assignment 5 on Data Structures and Strings in Python.
task1.py- Solution for Task 1: Dictionary of student markstask2.py- Solution for Task 2: List slicing demonstration
- Creates a dictionary with student names as keys and marks as values
- Takes user input to search for a student
- Displays marks if found, or "Student not found" message
- Creates a list of numbers 1 through 10
- Extracts the first five elements
- Reverses the extracted elements
- Prints all results as specified
- Clone this repository
- Run each script separately: