The Python Oracle

Creating a program that prints true if three words are entered in dictionary order

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Track title: CC I Beethoven Sonata No 31 in A Flat M

--

Chapters
00:00 Question
00:46 Accepted answer (Score 8)
03:47 Answer 2 (Score 6)
05:20 Answer 3 (Score 3)
05:42 Thank you

--

Full question
https://stackoverflow.com/questions/3318...

Accepted answer links:
[sorted()]: https://docs.python.org/2/library/functi...
[all()]: https://docs.python.org/2/library/functi...
[sorted()]: https://docs.python.org/2/library/functi...
[str.lower()]: https://docs.python.org/2/library/stdtyp...
[all()]: https://docs.python.org/2/library/functi...

Answer 2 links:
[built-in ]: https://docs.python.org/3/library/functi...
[str.lower]: https://docs.python.org/3/library/stdtyp...
[str.casefold]: https://docs.python.org/3/library/stdtyp...

Answer 3 links:
[list]: https://docs.python.org/2/tutorial/datas...
[sorted()]: https://docs.python.org/2/library/functi...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #string #python3x #lexicographic

#avk47