Let's say you need a module that:
- stores a string variable
nwith the value "42". - defines a
main()function that prints the value ofn. - calls the
main()function only if it is executed as a script.
Put the lines of this module's code in the correct order and add indents. The first line of the program must be n = "42". NB: Use the buttons on the left to add indentation (one click equals four spaces).