$$ \newcommand{\uex}{{u_{\small\mbox{e}}}} \newcommand{\tp}{\thinspace .} $$

« Previous
Next »

Test block

At the end of a module it is common to include a test block:

if __name__ == '__main__':
    main()

Note:

« Previous
Next »