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
my code is giving the wrong answer
# cook your dish here
t=int(input())
t=t%100
print("K"+str(t))
Problem Link: Yearly Phone Practice Coding Problem - CodeChef