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

Assignment Python

The document outlines two assignments focused on Python programming. Assignment 1 requires implementing list operations in Google Colab and explaining why Python is considered a general-purpose language, along with its features. Assignment 2 consists of five programming tasks involving loops and basic number operations, with a submission deadline of May 16, 2024.

Uploaded by

aayushthakur1252
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)
4 views1 page

Assignment Python

The document outlines two assignments focused on Python programming. Assignment 1 requires implementing list operations in Google Colab and explaining why Python is considered a general-purpose language, along with its features. Assignment 2 consists of five programming tasks involving loops and basic number operations, with a submission deadline of May 16, 2024.

Uploaded by

aayushthakur1252
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

Assignment: 1

a. Implement list on google colab and perform operation with all functions discussed in
class such as pop () ,insert(),append() etc.
b. Why python is called general purpose language? Explain different features of python.

Assignment: 2
Wap to Print numbers from 1 to 10 using loop.
Wap to Print the elements of a list using a for loop.
Wap to Print table of given number by user.
Wap to reverse number entered by user.
Wap to check number is prime or not.

Submission till 16 may 2024

You might also like