Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 17 Online
OpenStudy (anonymous):

Ex. 2.3 How do you code for log base 7 in Python, I can write it for log base 10 but not for 7 ,I just get error messages.

OpenStudy (anonymous):

the function math.log(n, b) should work, where "b" represents the base you want to use

OpenStudy (anonymous):

import math math.log(2,7)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!