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

Python Programming Practical Assignment

The document outlines a practical assignment for BCA students at Vidhyadeep University, focusing on programming skills with Python. It includes ten specific programming tasks related to variable declaration, user-defined functions, data type handling, and argument passing. The submission deadline for the assignment is set for February 18, 2025.

Uploaded by

kartikvasava148
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)
11 views1 page

Python Programming Practical Assignment

The document outlines a practical assignment for BCA students at Vidhyadeep University, focusing on programming skills with Python. It includes ten specific programming tasks related to variable declaration, user-defined functions, data type handling, and argument passing. The submission deadline for the assignment is set for February 18, 2025.

Uploaded by

kartikvasava148
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

VIDHYADEEPUNIVERSITY

VIDHYADEEP INST. OF COMPUTER & [Link], ANITA (KIM)


BCA
Practical Assignment-1

Subject: Programming Skill With PYTHON Date : 10/02/2024


Subject Code: 006301201

1)WAP to declare static and dynamic variable and print them.


2)WAP to create a two level of Indentation.
3)WAP to create a user define function and perform separate arithmetic
Operator.
4)WAP to declare global variable.
5) WAP to declare Local variable.
6)WAP to Find data type for Particular Variable[integer,Boolean,float,string,
complex]
7)WAP to Convert one datatype in to another datatype.
8)WAP to declare argument in Function.
9)WAP to perform default argument value of sum function.
10) WAP to pass a,b argument in class function and return the value of Class
Function.

Note: Practical Assignment-1 submission date is 18/02/2025. Ensure proper


punching, include the first page, and file it properly.

You might also like