Digital & Computing
Digital thinking tools for better decision making
...0.99 brt*acc / (brt*acc + (1 - brt)*(1 - acc)) 0.09016393442622944 You do not need to type in the expression brt*acc / (brt*acc + (1 - brt)*(1 - acc)) You can copy it from here and paste it in at the prompt . To get the result as a tidy percentage, use round(_*100, 1) 9.0 Try this in the Python shell now and check that you get the correct answer, 9.0. Now repeat the calculation but begin by leaving the accuracy the same but......