>>> list1 = [11, 2, 23]
>>> list2 = [2, 11, 23]
>>> print(list1 == list2)
>>> list2 = [2, 11, 23]
>>> print(list1 == list2)
Anonymous Quiz
14%
Error
31%
True
52%
False
3%
None of the above
Transfer Files using Python 👇
https://www.thepythoncode.com/article/send-receive-files-using-sockets-python
https://www.thepythoncode.com/article/send-receive-files-using-sockets-python