6-5 打印指定范围内的全部回文素数(高教社,《Python编程基础及应用》习题8-7) (6 分) python def isPrime(n): for i in range(2, n): if n %