Help me in solving PHONEYR problem

My issue

my code is giving the wrong answer

My code

# cook your dish here
t=int(input())
t=t%100
print("K"+str(t))

Problem Link: Yearly Phone Practice Coding Problem - CodeChef

@deathgod69
for 2000 your code is printing k0 which is wrong .
it has to print k00.