Current location - Loan Platform Complete Network - Big data management - Write a function whose return value is the number that is the kth digit of the integer n from the right. For example, digit(231456,3) returns 4 in c.