Posts

Showing posts from November, 2025

PYTHON PROGRAMMING INTERNAL and EXTERNAL

Image
                                      PYTHON PROGRAMMING LAB     23CSS1 23CSS1 PYTHON EXTERNAL LAB EXTERNAL EXAMINER -------------------------------- NAME: M V P Uma Maheswara Rao DESIGNATION: Associate Professor INSTITUTE: NRI Institute of technology,Agiripalli INTERNAL EXAMINER ------------------------------- NAME: Mr. T N V S Praveen DESIGNATION: Sr. Assistant Professor INSTITUTE: LBRCE, Mylavaram. 1(a) Write a python program to find Gross salary of a employee read basic pay of employee & DA is given as DA=70% of Basic , HRA=10% of Basic ,Gross salary=Basic +DA+HRA? (b) Write a python program to implement bubble sort using functions? c) Write a python program to remove duplicates from a list using sets? =========== ============ =================== ================= ===== =========== 2(a) Write a python program to print the following patterns?   (b) Write a python pro...