Browse Source

aufgabe1

master
Nadege 4 years ago
parent
commit
1fe3f30488
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      client.py

+ 1
- 0
client.py View File

@@ -3,6 +3,7 @@ s= socket.socket()
host=socket.gethostname()
port= 12345
s.connect((host , port))
msg = input('geben sie was ein: ')
bytes= s.recv(1024)
print(bytes.decode('utf-8') )
s.close()

Loading…
Cancel
Save