I just wanted my own variables so this works. (I modified something I found 
on the web to delete all other values:

G = globals()
for k in G:
    if type(G[k]) == sage.symbolic.expression.Expression:
        if G[k] not in [golden_ratio, NaN, I, 
log2,pi,catalan,euler_gamma,twinprime, khinchin, glaisher, mertens]:
            print k

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to