Hello, can you guys explain why the result like this: (Python 2)
print("[1, 2] > 'foo' = ", [1, 2] > 'foo')
print("(1, 2) > 'foo' = ", (1, 2) > 'foo')
("[1, 2] > 'foo' = ", False)
("(1, 2) > 'foo' = ", True)
No any search results
You already invited:
0 Answers