0% found this document useful (0 votes)
7 views2 pages

BCA Python Programming Practical List

This document outlines the practical assignments for the BCA V Semester Python Programming course at Medi-caps University, Indore. It includes a list of 20 programming tasks ranging from basic installation of Python to more complex algorithms like calculating factorials and generating Fibonacci series. The submission date for these tasks is set for September 20, 2025.

Uploaded by

nushka7.rma
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

BCA Python Programming Practical List

This document outlines the practical assignments for the BCA V Semester Python Programming course at Medi-caps University, Indore. It includes a list of 20 programming tasks ranging from basic installation of Python to more complex algorithms like calculating factorials and generating Fibonacci series. The submission date for these tasks is set for September 20, 2025.

Uploaded by

nushka7.rma
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Medi-caps University,Indore

Practical-List-1

BCA V Semester, Section-A

Subject: Python Programming (Course code -CA3EL06)

Name of course Teacher: Mr. Govinda Patil

Session: August– Dec 2025 Submission Date: 20/09/2025

1. Write the steps to install and run python in windows or ubuntu operating system
2. Write a program to print Hello world!
3. Write a program to define variables in python and print the type of variables.
4. Write a program to obtain three numbers and print their sum
5. Write a Program to calculate simple interest and compound interest.
6. Write a program that accepts radius of a circle and prints its area.
7. Write a program to display a menu for calculating area of circle or perimeter of a
circle.
8. Write a program that accepts marks in 5 subjects and outputs average marks.
9. Write a Program to exchange contents of two variables.
10. Write a program to check given number is even or odd.
11. Write a program that reads two numbers and an arithmetic operator and displays
the computed result.
12. Write a program to print a given character is an uppercase or lowercase character
or a digit or any other character.
13. Write a program to find maximum of three numbers.
14. Write a program to print odd numbers from 1 to 10 using range().
15. Write a program to print numbers from 10 to 1 in descending order.
16. Write a program to print sum of natural numbers between 1 to 20.
17. Write a program to calculate factorial of number N using for loop.
18. Write a program to calculate factorial of number N using while loop.
19. Write a program to generate table of number N.
20. Write a program to display Fibonacci series up to N numbers.

You might also like