Browsing Category
Technology
6 posts
functions and recursions in python
Functions in Python: Functions in Python are a set of statements that can be defined to be executed…
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.…