Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 7 Online
OpenStudy (anonymous):

The code for counting the number of inversions in mergesort is in this file: https://www.dropbox.com/s/gr0nfkoen8ivslx/mergeit.py frm txt file https://www.dropbox.com/s/4e5ladnuxpi32mu/a1.txt the list displayed for the integers in the file should be: [42, 43,44,45,46] but the output is coming as ['2', '3', '4', '4', '4', '4', '4', '4', '5', '6'] Why so the numbers tens and ones places of the numbers is separated ?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!