+ 1
Solve...
Not getting my appended word in alphabetical order.. Help in getting... https://code.sololearn.com/ck8SkQLYi1aq/?ref=app
7 Respuestas
+ 4
I got it... I'm doing silly mistake I'm giving the uppercase that's why it's not taking it.... 😅... Justus ...
Otherwise thnku..
+ 1
Use the sort()
list=[lion,cat,dog,pig]
list.sort()
+ 1
I have to append zebra in this list and... Then... List=[lion,cat,dog,pig,zebra] appers
And then when I'm using sort it's not alphabetically arranged... Thats the prob.... Justus
+ 1
https://code.sololearn.com/cm26fmtAMFhM/?ref=app
Is this it?
0
Make my appended word appear in alphabetical order when sort.... Work Is only in beginning...
0
It looks like an interesting problem but as 𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 says, we need sample input and expected output to help debug.
0
Like...
Enter like this
Zebra
2
Lion cat dog pig
A list have to be appeared in alphabetical order