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

Python Lab Experiments for BTech-CSE

The document outlines a series of Python lab experiments conducted by Abhishek Parihar, a BTech-CSE student at Mohanlal Sukhadia University. Each experiment includes a specific aim, such as printing 'Hello World', performing arithmetic operations, and checking if a number is even or odd. The document lists the aims of various experiments without providing the source code or output for each.

Uploaded by

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

Python Lab Experiments for BTech-CSE

The document outlines a series of Python lab experiments conducted by Abhishek Parihar, a BTech-CSE student at Mohanlal Sukhadia University. Each experiment includes a specific aim, such as printing 'Hello World', performing arithmetic operations, and checking if a number is even or odd. The document lists the aims of various experiments without providing the source code or output for each.

Uploaded by

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

INSTITUTE OF ENGINEERING AND TECHNOLOGY

Mohanlal Sukhadia University, Udaipur


Name- Abhishek Parihar| Class- BTech-CSE (VI Sem) | Subject- Python Lab

Experiment – 1.1
Aim: Write a Python program to Print “Hello World”.

Source Code:

Output:

Experiment – 1.2
Aim: Write a Python program of Addition.

Source Code:

Output:
INSTITUTE OF ENGINEERING AND TECHNOLOGY
Mohanlal Sukhadia University, Udaipur
Name- Abhishek Parihar| Class- BTech-CSE (VI Sem) | Subject- Python Lab

Experiment – 1.3
Aim: Write a Python program to Perform Arithmetic Operations.

Source Code:

Output:
INSTITUTE OF ENGINEERING AND TECHNOLOGY
Mohanlal Sukhadia University, Udaipur
Name- Abhishek Parihar| Class- BTech-CSE (VI Sem) | Subject- Python Lab

Experiment – 2.1
Aim: Write a Python program to check given number is Even or Odd.

Source Code:

Output:

Experiment – 2.2
Aim: Write a Python program to check given number is Palindrome or not.

Source Code:

Output:
INSTITUTE OF ENGINEERING AND TECHNOLOGY
Mohanlal Sukhadia University, Udaipur
Name- Abhishek Parihar| Class- BTech-CSE (VI Sem) | Subject- Python Lab

Experiment – 2.3
Aim: Write a Python program to find Greatest among Three numbers.

Source Code:

Output:

Experiment – 2.4
Aim: Write a Python program to check Triangle is valid or not.

Source Code:

Output:

You might also like