Hello guys, I'm a student that just starting my new journey in python programming, and i need a little help from professional. First of all I have been assigned to build a simple chatting apps in python. Here's what it looks like : - And I need to have user on the client side to input a username so it can distinguish between the client (Terminal 2 & 3 : Client). - And changing the output on the server side (IP & Port name into username that user input on the client side)(Terminal 1 : Server). - changing the "[Me]" and the "IP & Port" (if another client joining the server) output on the client side to username. - And adding the KeyboardInterrupt to client side (Terminal 3). Here's my code for the server : Here the code for client side : I've already tried to change it but no success at all. Can someone please explain it to me? Thank you in advance.