RosettaCodeData/Task/Order-two-numerical-lists/Python/order-two-numerical-lists.py

3 lines
42 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
>>> [1,2,1,3,2] < [1,2,0,4,4,0,0,0]
False