You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: