Answer to Question #272714 in Python for vii

Question #272714

You've learned in the past lessons on how to use square root functions, right? Then let's take your knowledge to the test. Print out the square root of a given integer with only two decimal places.


1
Expert's answer
2021-11-29T02:53:42-0500
print('{:.2f}'.format(round(float(input()) ** 0.5, 2)))

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS