multidimensional

  1. bharat_r

    Sorting a multidimensional list in python

    Hello I have created a multidimensional list in python I used the following code: r =[(300, 4), (5, 6), (100, 2)] I tried sorting it in ascending order using r.sort() and I get [(5, 6), (100, 2), (300, 4)] I want it to get sorted based on each on the 2nd element instead of the...
  2. unni

    Apple Exploring 3D Desktop and Application Interfaces

    Source: *www.macrumors.com/2008/12/11/apple-exploring-3d-desktop-and-application-interfaces/
Top Bottom