We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c707301 commit 82054f5Copy full SHA for 82054f5
students/robert/Python 200/Session 1/echo_server.py
@@ -84,7 +84,7 @@ def server(log_buffer=sys.stderr):
84
# close the server socket and exit from the server function.
85
# Replace the call to `pass` below, which is only there to
86
# prevent syntax problems
87
- #pass
+ # pass
88
sock.close()
89
print('quitting echo server', file=log_buffer)
90
0 commit comments