for today, i learnt how to use python sets.
sets are used to store multiple items in a single variable. sets are written with curly bracket. newset = {“white”, “black”, “purple”}. note that set items can be of any data type - string, int and boolean....