Python program on unorderd datatype dictionary Pract 6

Write a Python program to sort (ascending and descending) a dictionary by value.
Write a Python program to sort (ascending and descending) a dictionary by key.
Write a Python program to concatenate following dictionaries to create a new one.
Write a Python program to sum all the items in a dictionary.