Computer Science, asked by Anonymous, 4 months ago

please give the correct answer of any of the questions please

❌ spans are not allowed ❌

class 11th

chapter 4 working with lists and dictionaries



programming questions :-

5. Write a program to read a list of elements. Modify this
list so that it does not contain any duplicate elements i.e.
all elements occurring multiple times in the list should
appear only once.

6. Write a program to create a list of elements. Input an
element from the user that has to be inserted in the list.
Also input the position at which it is to be inserted.

7. Write a program to read elements of a list and do the
following:
a) The program should ask for the position of the
element to be deleted from the list and delete the
element at the desired position in the list.
b) The program should ask for the value of the element
to be deleted from the list and delete this value from
the list.

8. Write a Python program to find the highest 2 values in
a dictionary.

Answers

Answered by moongirl08
3

Answer:

Question:-

Write a python program to find the highest 2 values in a dictionary.

Answer:-

python program to find the highest 3 values in a dictionary .Dictionary in python is an unordered collection of data values,used to store data values like a method

Similar questions