Output from the String of different types program. | Lecture 11 - slide 10 : 21 Program 5 |
Result of comparing [1, 2] and [1]: 1 Result of comparing [1, 2, 3] and [1]: 1 Result of comparing [0,5, 1,7, 3] and [1, 1,7, 3]: -1 Result of comparing [True, False] and [False, True]: 1 Result of comparing [[3], [6]] and [[3], [5]]: 1 |