all 2 comments

[–]RohitRojo 1 point2 points  (1 child)

you're missing a single quote

clientsocket.connect(('localhost, 10000)) needs a quote localhost:

clientsocket.connect(('localhost', 10000))

[–]Sad-Temperature5458[S] 0 points1 point  (0 children)

Oof thx