On Wednesday, May 3, 2017 at 5:43:05 PM UTC-7, Jim Mooney wrote: > > 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.
