diff --git a/Week-3/Understanding the RequestResponse Cycle.py b/Week-3/Understanding the RequestResponse Cycle.py index 31ec268..e14dc62 100644 --- a/Week-3/Understanding the RequestResponse Cycle.py +++ b/Week-3/Understanding the RequestResponse Cycle.py @@ -15,6 +15,6 @@ data = mysock.recv(512) if ( len(data) < 1 ) : break - print data; + print (data); mysock.close()