0% found this document useful (0 votes)
4 views5 pages

Lab Report 337

Uploaded by

thilakraaj47
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 views5 pages

Lab Report 337

Uploaded by

thilakraaj47
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/ 5

LAB REPORT

Python Programming
(CSE3011)
Class ID - BL2024250100337

Submitted by

NAME OF THE CANDIDATES


(Register No)

in partial fulfillment for the award of the degree


of

BACHELOR OF TECHNOLOGY
in

COMPUTER SCIENCE AND ENGINEERING (Specialization)

SCHOOL OF COMPUTING SCIENCE AND ENGINEERING


VIT BHOPAL UNIVERSITY
KOTHRIKALAN, SEHORE
MADHYA PRADESH - 466114
MONTH & YEAR<Font Size 14>
INDEX

SL. NO. TITLE DATE PAGE NO.

1 Write python program to print list of numbers using


range and for loop.

2 Write python program to print first n prime numbers.

3 Write python program to multiply matrices.

4 Write python program to take command line


arguments (word count).

5 Write python program in which a function is defined


and calling that function prints ‘Hello World’.

6 Write python program to let user enter some data in


string and then verify data and print welcome to user.

7 Write python program to store strings in list and then


print them.

8 Write python program to find the most frequent


words in a text read from a file.

9 Write python program in which a class is defined, then


create object of that class and call simple ‘print
function’ defined in class.

10 Write python program in which a function (with single


string parameter) is defined and calling that function
prints the string parameters given to function.

11 Simulate elliptical orbits in Pygame.

12 Simulate bouncing ball using Pygame.


Course Code: CSE3011
Course Name: Python Programming
Student Name:
Registration No:
Lab 1

Write python program to print list of numbers using range and for loop.
Code:

Output:
Course Code: CSE3011
Course Name: Python Programming
Student Name:
Registration No:
Lab 2

Write python program to print first n prime numbers.


Code:

Output:
Course Code: CSE3011
Course Name: Python Programming
Student Name:
Registration No:
Lab 3

Write python program to multiply matrices.


Code:

Output:

You might also like