Shiva BuradeHow to use range() function in python.Let’s say you want to create a list of numbers starting from n to m. You can create a function that can achieve the task. For example, a…Jan 18, 2022Jan 18, 2022
Shiva BuradeHow to manipulate tuple in python.Tuple can store multiple values, just like an array or list.May 25, 2021May 25, 2021
Shiva BuradeCasting in pythonCasting is a process of converting a datatype into another. For example, converting string data into an integer data or vise versa.May 21, 2021May 21, 2021