I'm trying to do square roots and limit the answer to only 3 integers (like 3.06) using If elif and else statements. Any help would be much appreciated. I am using python 3.
I'm trying to do square roots and limit the answer to only 3 integers (like 3.06) using If elif and else statements. Any help would be much appreciated. I am using python 3.