text

dan

·

client

·

Plain Text

·

Total Size: 211 B

·

·

Created: 6 years ago

·

Edited: 6 years ago

import socket clientsocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) clientsocket.connect(('localhost', 8089)) clientsocket.send('hello')

The client portion of the server/client model in python

2 bits

1362 views

Are you sure you want to delete?

User Profile Picture

Nice! Very nice!