#assignment5 task1:
- Creates a dictionary where student names are keys and their marks are values.
- Asks the user to input a student's name.
- Retrieves and displays the corresponding marks.
- If the student’s name is not found, display an appropriate message.
#assignment5 task2:
- Creates a list of numbers from 1 to 10.
- Extracts the first five elements from the list.
- Reverses these extracted elements.
- Prints both the extracted list and the reversed list