|
|
back to boardWhy is my code in python language wrong? a=[int(i) for i in input().split()] for i in a[::-1]: print(f"{float(i)**0.5:.4f}") Re: Why is my code in python language wrong? Posted by Reveek 27 Dec 2022 14:21 because u proggram should take more one string. But i too not lnow how solve this task Edited by author 27.12.2022 14:22 |
|
|