Python求算数平方根和约数的方法汇总 一、求算术平方根 a= x=int(raw_input( Enter a number: )) if x >= : while a*a < x: a = a + python编程 2022-04-09 227 点赞 3 评论 343 浏览