1 | initial version |
You might collect all the variables from your solutions, and inject those whose string representation does not appear in show_identifiers()
in the global namespace (see sage.misc.misc.inject_variable?
), or simply declare them with var
.