Odd Echo
This commit is contained in:
8
oddecho.py
Normal file
8
oddecho.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
n = int(input())
|
||||||
|
|
||||||
|
words = []
|
||||||
|
for _ in range(n):
|
||||||
|
words.append(input())
|
||||||
|
|
||||||
|
for word in words[::2]:
|
||||||
|
print(word)
|
||||||
Reference in New Issue
Block a user