|
|
back to boardхммм, что не то? what??? Posted by dainil 10 Nov 2018 00:35 import math a=input().split() for i in range(len(a)): u=int(a[i]) l=str(math.sqrt(u))+'0000' for x in range(len(l)): if l[x]=='.': print(l[0:x+5]) Edited by author 10.11.2018 00:35 |
|
|