
Unit 3,4 ;16 markQuestions
1. List Operations in python. In Python, a list is a versatile and commonly used data structure that allows you to stor…
1. List Operations in python. In Python, a list is a versatile and commonly used data structure that allows you to stor…
1. Define recursive function. In Python, a recursive function is a function that calls itself during its execution. He…
1. Flappy Bird Flappy bird is one of the favourite game of 90's Let's see how to create it using python pygam…
Python String Methods: Python has a set of built-in methods that you can use on strings.There are totally 45 metho…