A little help please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
24th Jun 2022, 9:07 AM
Inimfon Abasi Ekpenyong
Inimfon Abasi Ekpenyong - avatar
3 Answers
+ 4
Hi. What do you want code for? Your code doesn't seem code.
24th Jun 2022, 9:19 AM
Oleh Davydenko
Oleh Davydenko - avatar
+ 2
Pls edit your question description with the purpose of your code and an explanation of your difficulties. This way, we know what to help you on.
24th Jun 2022, 10:23 AM
Emerson Prado
Emerson Prado - avatar
+ 2
I don't know if that's the issue, but at line 6, you don't close the double quotes properly. You wrote: reponse.writelead(288, ('Content-Type': 'text/plain"}); when it should be reponse.writelead(288, ('Content-Type': 'text/plain'}); Happy coding
24th Jun 2022, 3:36 PM
Alexandre
Alexandre - avatar