[
{ "Pen": { "Price":"Rs10","Qty":101 } },
{ "Table": { "Price":"Rs4000","Qty":102 } },
{ "Chair": { "Price":"Rs3000","Qty":103 } },
{ "Notebook": { "Price":"Rs100","Qty":104 } },
]
Print the Following:
- Print all dictonary in a seperate line.
- Name of all the products.
- Total quantity of all the products.
- Details of any product name when provided.
- Convert all the product name to upper case and print.