Skip to content

Commit b74b752

Browse files
committed
.
1 parent cb90a1f commit b74b752

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: 1017/1017.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
n = int(input())
2+
for i in range(n) :
3+
a = input()
4+
print(a)
5+

0 commit comments

Comments
 (0)