I have a client program in java that sends a message \"Hello\" to python server.
Java code
import java.io.*; import java.net.*; public cla
Just Use proper syntax. Since you are sending "Hello", "Go away" will be your output.
if ( msg == "Hello Server" ): print("Hii everyone") else: print("Go away")