>>> from compta_gots3 import ordenada >>> ordenada([[1.0, 3], [2.0, 8], [3.0, 1]]) True >>> ordenada([[1.0, 3], [2.0, 8], [3.0, 1], [0.5, 100], [ 4.5, 30]] ) False