Help me in solving PYTIMEMCQ9 problem

My issue

how is this O(sqrt(n)) when log (n) is a dominant one

My code

12041

Learning course: Time complexity using Python
Problem Link: Practice Problem in - CodeChef

@nancy170294
how log(n)>sqrt(n)?
I think its absolutely correct.