0
I found a question that had no right answer!What do you think
What is the output of this code? import math as m print(math.sqrt(25)) A. An error occurs B. 25 C. 5 --------------------------------------- the right answer is 5.0
1 Antwort
0
Thank you for your reminding.I think I've found the problem.Because I had import math above this code.