my problem is that when I create a list,'a' and copy its content in another list c by using
c=a[:]
now when I call a function to numerically sort 'a', I get it sorted but the values of 'c' also gets converted even though I made no change in 'c' please refer to the picture for input and outputs! Thanks in advance