In this post, we will see different questions which will test your python basic skills. Let’s see the Questions: 1) Ans: [1, 3, 2, 1, 3, 2, 1, 3, 2] 2) Ans: 4 [[[1, 2], [3, 4], 5], 6, 7] 3) Ans: [3, 1, 2, 5, 4, 6] [5, 4, 6, 3, 1, 2] 4) […]
Category: Practice Paper
This category consists of practice papers related to python and biology.
Python- practice paper – 1
In this post, we will see different types of questions based on python language which checks your python basic skills. Ques 1: Give the output that will be produced on the execution of the following code segments: Ques 2: Write a function series_sum(n) in Python to calculate the sum of the first n terms of […]