I have a python script named t.py
inside this script code is:
a = 'Hello World'
Now I want to print this 'Hello World'
at the webpage if I click the button by using django framework.
How can I do that?
I have a python script named t.py
inside this script code is:
a = 'Hello World'
Now I want to print this 'Hello World'
at the webpage if I click the button by using django framework.
How can I do that?