
Unit 3 and 4 , 2mark Questions
1. Define recursive function. In Python, a recursive function is a function that calls itself during its execution. He…
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…