0

I have a file called html_form.py that contains the html I want to use for the output of my cgi script in python, hw.py. However, I'm not sure how to call it in hw.py. Advice? Thanks

0

1 Answer 1

1

In hw.py write:

import html_form

http://docs.python.org/2/tutorial/modules.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.