python计算根号pi平方加三?

如题所述

第1个回答  2020-09-24
>>> import math
>>> math.sqrt(math.pi)+3
4.772453850905515
相似回答