Skillrack - Daily answers
Home
Daily challenge
Daily Challenge - Java - Python - 027 ProgramID - 13638
Daily Challenge - Java - Python - 027 ProgramID - 13638
Helper
July 18, 2021
Solution:
l=[]
while True:
try:
line=input().split()
for word in line:
letter = word [-1]
l.append(letter)
except:
break
print(*l[::-1], sep="")
Daily challenge
Facebook
Twitter
Post a Comment
0 Comments
Why this website?
Subscribe to get daily notifications once answers are uploaded. Get Answers here at, 1. Daily Challenges. @12pm 2. Evening 6pm - 9pm MCQ answers. @7pm
Categories
6-9pm Test answers
26
Daily challenge
19
Search This Blog
0 Comments