Design an application that uses three identical arrays of at least 20 integers. It should call each module on a different array, and display the number of swaps made by each algorithm.
I need pseducode and python code.
It should consist of bubble sort, selection sort and insertion sort.