What does this mean in Python:
sock.recvfrom(2**16)
I know what sock is, and I get the gist of the recvfrom function, but what
recvfrom
I believe that's the power operator, such that 2**5 = 32.
2**5