GUVI
Back

I wrote down a code for a question in codekata  in python it gives an answer, but when submit in codekata it isn't accepting it. 

Created 2 years ago
58 Views
1 Comments
vinothkumarsleafEL
@vinothkumarsleafEL
vinothkumarsleafEL
@vinothkumarsleafELProfile is locked. Login

Qu:- Write a code to get 2 integers A and N. Print the integer A, N times in separate line

scripted code:-

a = list(map(int, input().split(" ")))
print(a[0])
print(a[0])
print(a[0])

Comments
Please login to comment.
 
Powered by habitate.io Habitate