Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions client.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,10 +7,14 @@

#msg = input()
msg = "Hi!"
msg2 = "bye"
client = "dasha"
msg_list = ["How are you?", "Harry Potter", "Movies"]
sock.send(msg.encode())

data = sock.recv(1024)

sock.close()

print(data.decode())
print(client)
Empty file addedconfig.py
Empty file.
Empty file addedmain.py
Empty file.
1 change: 1 addition & 0 deletions requirements.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
rich
Empty file addedutils.py
Empty file.