From 38bb94838c67b00a83d048ea25241e5d7af6608a Mon Sep 17 00:00:00 2001 From: Shivani Rawat Date: Tue, 9 Jun 2020 01:19:55 +0530 Subject: [PATCH] updated changes in week3 assignment most probable error --- Week-3/Understanding the RequestResponse Cycle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()