Construct 2 lists containing all the available data types (integer, float, string, complex and Boolean) and do the following..
1) Create another list by concatenating above 2 lists
2) Find the frequency of each element in the concatenated list.
3) Print the list in reverse order.