write a python script to print a set of three words in dictionary order.words are given by the user | Sololearn: Learn to code for FREE!
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..

4th Aug 2018, 1:14 PM
Abhay rana
Abhay rana - avatar
6 ответов
+ 10
Please show us your attempt.
4th Aug 2018, 1:30 PM
A Fox
A Fox - avatar
+ 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.
4th Aug 2018, 2:28 PM
A Fox
A Fox - avatar
+ 7
Sorry, I can't help you as I don't know unicode.
7th Aug 2018, 10:14 AM
A Fox
A Fox - avatar
0
ohk mam
4th Aug 2018, 1:31 PM
Abhay rana
Abhay rana - avatar
0
plz give me some hint how to approach this question because I cant get the question i am confused so
4th Aug 2018, 2:04 PM
Abhay rana
Abhay rana - avatar
0
but i want to do it from the unicode method then how to approach the question
6th Aug 2018, 5:50 AM
Abhay rana
Abhay rana - avatar