Python 3 Tutorial for Beginners #15 - Sorting & Sets

The Net Ninja
Youtube
Related Topic
:- programming skills Python

Hey all, in this Python 3 tutorial we'll take a look at sorting data (lists) in to numerical and alphabetical order. We'll also look at a new data type called sets. Sets are a collection of data which do not allow duplicate values within them. 

Comments