Python Lab 3

Post date: Jan 30, 2018 7:42:10 PM

1. Write a python program to print the power of 2 till 10

2. Write a python program to print the power of 2 till 10 where the power value is greater than 5

3.Write a python program to create a list of size 10 and print the value from index 5 to end.

4.Write a python program to create two list of size 5 and combine both the list and print it.

5.Write a python program to create list of size 20 and store some assumed data then delete elements in list from index 5 to 9