NOT SURE ABOUT THIS: I think we cannot embed python code in html like we do with PHP, JSP
I have a piece of code I am trying to tamper with.
PAGE = urllib.unquote_plus("%3C%21doctype+html+public+%22-%2F%2FW3C%2FDTD+HTML+4.01%2F%2FEN%22+%22http ........
When I view source in the html file, I can see it being neatly displayed. But I am having a very hard time trying to figure out the %22 3C
What is happening? How to convert a sample code written neatly that python can understand.