Introduction to Python
Profound Academy
Status
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description
Classes
The square root of numbers
Given a list of numbers on a single line, you are asked to calculate the square root for each of them and print them on separate lines.
Input
Output
3 7 9 16
1.7320508075688772 2.6457513110645907 3 4
To check your solution you need to sign in
Sign in to continue