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 70c4dd8 commit ac5867cCopy full SHA for ac5867c
Python Chatroom/Client.py
@@ -1,5 +1,4 @@
1
-#Nathan Jones - 19696498
2
-#Advanced Programming Additional Feature
+#Nathan Jones
3
#2023
4
5
from colorama import init #IMPORTING 'colorama' FEATURE THAT ALLOWS THE PROGRAM TO GIVE DIFFERENT COLOURS TO THE USERS
@@ -91,4 +90,4 @@ def receiveMsg(sock):
91
90
else:
92
s.send(msg.encode('ascii')) #IF IT DOES NOT CONTAIN '@quit' IT WILL SEND TEH MESSAGE TO THE SERVER THAT WILL THEN DISTRIBUTE THE MESSAGE
93
94
-#Nathan Jones - 19696498 - 2023
+#Nathan Jones - 2023
0 commit comments