Rahul Singh

Results 1 issues of Rahul Singh

Can anyone explain the meaning of the following code `ord(c) - 97 + 13 if ord(c) > 96 else ord(c) - 48 + 3` where c is the any character