View difference between Paste ID: WNpRbxpt and XNcphffq
SHOW: | | - or go back to the newest paste.
1
>>> import socket
2
>>> sk = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
3-
>>> sk.bind(("0.0.0.0", 43892))
3+
4-
Traceback (most recent call last):
4+
5-
  File "<stdin>", line 1, in <module>
5+
6-
OSError: [Errno 98] Address already in use
6+
7
3
8
>>>