I was solving this question in Hackerrank and matched the result in my IDE. But then the answer is not being accepted by Hackerrank.
My code is:
for i in range(1,int(raw_input())):
print (str(i)*i)
Please help...
I was solving this question in Hackerrank and matched the result in my IDE. But then the answer is not being accepted by Hackerrank.
My code is:
for i in range(1,int(raw_input())):
print (str(i)*i)
Please help...
برچسب:
نویسنده: استخدام کار