import sys
variable=sys.argv[1]
#print variable
"""<html>
<body>
<p>Here is my variable: {{variable}} </p>
</body>"""
Question: Question: Hi , I am trying to get python variable inside HTML code . below is sample code .
File : test.py Hell
I want output just Hello on screen . Please give any advice .
Thanks and Regards ,