hi i have a variable as below
p_value = 500000
i want to convert it into lakhs , i have writeen below statement but it is not converting.
p_value = p_value / 100000.
is there any function available ???