标签:port lte nbsp ret col return == range color
1 import math 2 def is_sqr(x): 3 return math.sqrt(x) % 1 == 0 4 print(list(filter(is_sqr, range(1, 101))))
标签:port lte nbsp ret col return == range color
原文地址:https://www.cnblogs.com/seperinna/p/9765634.html