I have the following line:
remoteMD5hash = Socket.recv(256 )
But what I really want is remoteMD5hash.s trip()
What's the best way to say that on one line?
remoteKD5hash = string.strip(So cket.recv(256)) ?
Or something better?
-Kamus
--
o__ | If you're old, eat right and ride a decent bike.
,>/'_ | Q.
(_)\(_) | Usenet posting`
remoteMD5hash = Socket.recv(256 )
But what I really want is remoteMD5hash.s trip()
What's the best way to say that on one line?
remoteKD5hash = string.strip(So cket.recv(256)) ?
Or something better?
-Kamus
--
o__ | If you're old, eat right and ride a decent bike.
,>/'_ | Q.
(_)\(_) | Usenet posting`
Comment