0
write a python script to print a set of three words in dictionary order.words are given by the user
plz give me the solution..
6 odpowiedzi
+ 10
Please show us your attempt.
+ 8
Use a for loop to get the words and append them to a list.
Sort the lowercase version of the strings from the list.
Print them using a for...in loop.
+ 7
Sorry, I can't help you as I don't know unicode.
0
ohk mam
0
plz give me some hint how to approach this question because I cant get the question i am confused so
0
but i want to do it from the unicode method then how to approach the question