Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import math from math import pow gogo = (math.pow(10,100)) print(gogo) gogo2 = (math.pow(10,1e+100)) print(gogo2)
得到它溢出问题并且没有很酷的如何扩展范围