Day 84 #90DaysOfDevops
Aug 7, 2025 · 1 min read · 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....
Join discussion