Mega Code Archive

 
Categories / Python Tutorial / List
 

Compare the nested list objects

print [2, [1, 4]] < [2, [1, 5]]