a=81**0.5
s=str(a).split('.')
if float(s[1])==0:
    print('整数')
else :print('小数')

 

相关文章: