x = 10count = 0while x > 0: x = x // 2 count += 1print "The approximate log2 is", count
Name (required)
email (will not be published) (required)
Website