mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
@ -7,4 +7,4 @@ s.connect(FILE)
|
|||
s.send('Hello, world')
|
||||
data = s.recv(1024)
|
||||
s.close()
|
||||
print 'Received', `data`
|
||||
print 'Received', repr(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue