In Python can you just use str('test') as a string to send or do you have to use

  • Thread starter Thread starter electrojon
  • Start date Start date
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?
 
Back
Top