Assignment folder containing assignment questions of PIAIC.
The first file containing two functions. one with multiple parameters passed as tuple. second with multiple parameters passed as a dictionary.
The second file is a class activity of functions. It has three main functions. 1: Basic calculator. It further has four functions for add,subtract,divide,multiply. 2:Even: It checks if a given number is even. 2:Odd: It checks if a given number is odd.
The third file is home assignment to print the marksheet.
The fourth file is also a hme assignment having multiple tasks. Each task is expressed as a function and later called according to user's choice.
The fifth file is also a home assignment. It first generates a random array. Then it tells the max annd min element of the array and calculates mean.