+2
I/p="disk drive" o/p='ksid evird'
12/8/2018 12:38:19 PM
5 Answers
sentence="Disk Drive".split() for i in sentence: print(i[::-1], end=" ")
0
please give me the code
I will works but the o/p like this"evird ksid" but required answer is" ksid evird"
kk it will works tq
Send us a message