Chris Antony Correya
124 posts

Chris Antony Correya
@antony_chris
https://t.co/aaYYyk1win student at RSET'23🎓 | Python Developer 🐍 | Passionate about Machine Learning 🤖 | Constantly exploring new possibilities in the world of tech
Katılım Eylül 2020
407 Takip Edilen69 Takipçiler


Dose 16 - Sets in Python are like collections of unique elements. They're defined using curly braces or the set() constructor.
For example:
my_set = {1, 2, 3}
🧵
#Python #Sets #CodingCommunity
English

Dose 15 - A tuple in Python is like a list, but immutable. You create it using parentheses (). Example:
my_tuple = (1, 2, 3)
🧵
#PythonMastery 📚 #CodeLikeAPro 🧬#LearnPython 📖
#CodingJourney 🚀

English






