# Type your text here Téra = T = 10**12 giga = G = 10**9 méga = M = 10**6 kilo = k = 10**3 hecto = h = 10**2 déca = da = 10**1 déci = d = 10**(-1) centi = c = 10**(-2) milli = m = 10**(-3) micro = μ = 10**(-6) nano = n = 10**(-9)
Create, edit, and import your Python scripts
# Type your text here Téra = T = 10**12 giga = G = 10**9 méga = M = 10**6 kilo = k = 10**3 hecto = h = 10**2 déca = da = 10**1 déci = d = 10**(-1) centi = c = 10**(-2) milli = m = 10**(-3) micro = μ = 10**(-6) nano = n = 10**(-9)