python-client-server icon indicating copy to clipboard operation
python-client-server copied to clipboard

enter message

Open clarkelsimon opened this issue 2 years ago • 0 comments

I run the server.py then on another window on the same pc all on the same network I run client.py and it prompts for a message then gives me this error

Enter your message: hello Traceback (most recent call last): File "client.py", line 11, in message = input("Enter your message: ") File "", line 1, in NameError: name 'hello' is not defined

clarkelsimon avatar Jan 17 '23 00:01 clarkelsimon