This website works better with JavaScript.
Home
Explore
Help
Sign In
pouanideumassse68079
/
WEBENG-Praktikum
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
aufgabe1
master
Nadege
5 years ago
parent
4d8a6a781e
commit
1fe3f30488
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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()
Write
Preview
Loading…
Cancel
Save