Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion clientrecvmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'''client
host=input("enter the name of server")
port=1234
#added comment
'''
s.bind((host,port))
print("server created successfully waiting for connection...")
Expand Down Expand Up @@ -36,6 +37,6 @@
else:
i_msg=i_msg.decode()
print("client1 says->",i_msg)
#print('\n')