Practical Assignment
1. Write a Basic Python Program to Print Student Data that data Store in
Instance (self) variable without user Input (Data like name, age and mobile
number).
2. Write a Python Program to get two number From user and perform
arithmetic operation using class method.(All arithmetic Operation used
same input value)
3. Create a stack with user input and perform Stack Operations with Menu
(Match case). (Operation like Push, POP, Peek, display and exit).
4. Create a Bank account Program with Private and public function and
perform bank Operations with Menu (Match case). (Note: Balance cannot
store negative value).
5. Create number of employee from employee class and add all object in list.
Store employee data like name designation and salary then create a
function display that print all employee and sum of all employee’s salary.
6. Create a class Name = NumberSystem and add some function like
Fibonacci series, Factorial number , Odd Even number, Prime number and
Armstrong number. Print menu with match case in while loop.