0% found this document useful (0 votes)
5 views1 page

Python Practical

Uploaded by

ashwitmishra27
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)
5 views1 page

Python Practical

Uploaded by

ashwitmishra27
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
You are on page 1/ 1

ILVA COMMERCE AND SCIENCE COLLEGE,INDORE

Practical question

Subject-Python Programming

Class-BCA-3RD

Q.1) Write a program to display a message using print function.

Q.2) Write a program to perform different arithmetic operation on numbers in python.

Q.3) Write a program to create, append and remove list in python.

Q.4) Write a program to find largest of three numbers.

Q.5) Write a program to find smallest of three numbers.

Q.6) Write a program to create any 2 pattern using loop.

Q.7) Write a program to concatenate two strings.

Q.8) Write a program to find factorial of a number.

Q.9) Write a program to find sum and average of 5 numbers.

Q.10) Write a program to perform single inheritance in Python.

You might also like