- 2

Can anyone help me with a question? In python please message me.....

26th May 2022, 3:33 PM
Avi
Avi - avatar
4 Antworten
+ 2
Avi , your code is very close to pass the test conditions. this is your slightly improved code: a = input().split() #ah = 0 d = "ay" #e = 0 for words in a: ah = words[0] # this takes the first char of the word #d = "ay" e = words[1:] # this takes all characters except the very first one by using a slice print(e+ah+d,end=" ")
26th May 2022, 5:18 PM
Lothar
Lothar - avatar
+ 5
Avi , this is the best place where you can put your question, describe your issue and post a link of your code.
26th May 2022, 3:36 PM
Lothar
Lothar - avatar
+ 1
Lothar https://code.sololearn.com/c8Lkd3g60m2s/?ref=app Help me with this code it's question pig latin I am not able to paas test case 3 and 5
26th May 2022, 3:38 PM
Avi
Avi - avatar
0
Thanks vro
26th May 2022, 5:28 PM
Avi
Avi - avatar