Python Create three lists of numbers, their squares and cubes
Here, we will figure out how to make three lists with the numbers, their squares and solid shapes in Python, where the scope of the numbers is given. Take a range, for example, start and end, and we need to make three lists, list1 ought to contain numbers, list2 ought to contain squares of the … Read more