import mathdef is_sqr(x): b=int(math.sqrt(x)) return x==b*bprint filter(is_sqr, range(1, 101))
weibo_做梦的女孩6_03881298
相关分类