E
electrojon
Guest
raw_input? Anyone know? I am trying to send a string to a server. I need to know if I can just use the str('test') instead of using raw_input to type the text to send to the server. Does str('test') actually work for a string?