Hi,

I tried finding out how to switch over to another base, but couldn't find 
any information on how to.

Here is the code I have right now for another project. I just need to 
figure out where to place the base change code.

 a = 1000

p = list(str(n(pi, digits = a)))

p.remove('.')

p = [int(i) for i in p]
 

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to