#!/usr/local/bin/python3 import mpmath as mp z=mp.root(1,12,4) # z=1j print(z) m=mp.mfrom(tau=z) print(m)