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 9ccbcb6 commit 5d54b0cCopy full SHA for 5d54b0c
Python Chatroom/Client.py
@@ -14,7 +14,7 @@
14
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) #ALLOWS GRAND CENTRAL TO GATHER THE CURRENT IP ADDRESS
15
port = 1234 #DEFINING THE PORT TO BE USED TO SEND AND RECIEVE DATA/MESSAGES
16
17
-print('Welcome To The CMP9133 Advanced Programming Curling Messenger Server'+'\n')
+print('Welcome To The Python Chatroom'+'\n')
18
Uname = input('Enter Online Name:: ')
19
Colour = input('''
20
Colour Selection
0 commit comments