You are viewing a single comment's thread. Return to all comments →
original_sd = 10 k = 2 new_sd = k * original_sd print(f"{new_sd:.1f}")
Seems like cookies are disabled on this browser, please enable them to open this website
Standard Deviation Puzzles - 6
You are viewing a single comment's thread. Return to all comments →
original_sd = 10 k = 2 new_sd = k * original_sd print(f"{new_sd:.1f}")