|
|
вернуться в форумintxt = input() for i in intxt.split()[::-1]: print('%.4f' % int(i) ** 0.5) IIRC, Python's input() reads only one line. You should probably do this for every line in sys.stdin. Well, rarely do I write solutions in Python so I might be wrong. |
|
|