From 878e747fc2d0baf6da7c223bf3a4602f7f358f7e Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Mon, 7 Oct 2019 16:05:22 +0530 Subject: [PATCH] added --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 1dda468..a12edf9 100644 --- a/client.py +++ b/client.py @@ -17,7 +17,7 @@ print("Connected to Server") while (msg!='exit'): - msg=input("You: ") + msg=input("You : ") s.sendall(msg.encode('utf-8'))