python basics sets
Python is a high-level programming language that offers various data structures to store and manipulate different types of…
lists and tuples in python
Lists and tuples are two types of data structures in Python that are used to store collections of…
python basics(strings)
practice questions on strings Python Basics (Strings): Strings are a set of characters enclosed in quotation marks.…
python basics (PYTHON VARIABLES AND DATA TYPES)
PYTHON VARIABLES AND DATA TYPES In Python, variables are used to store values that can be later used…
python basics
Python is a high-level programming language that has gained immense popularity in recent years. It is known for…