Practical 2
*Write a Python program to display “MSBTE” using Script Mode.
Practical 2
*Write a Python program to display your name using Interactive Mode.
Practical 3
*Write a program to convert U.S. dollars to Indian rupees.
Practical 3
* Write a program to convert bits to Megabytes, Gigabytes and Terabytes.
Practical 3
* Write a program to find the square root of a number.
Practical 3
* Write a program to find the area of Rectangle.
Practical 3
* Write a program to calculate area and perimeter of the square.
Practical 3
* Write a program to calculate surface volume and area of a cylinder.
Practical 3
* Write a program to swap the value of two variables.
Practical 4
* Write a program to check whether a number is even or odd.
Practical 4
* Write a program to find out absolute value of an input number.
Practical 4
* Write a program to check the largest number among the three numbers.
Practical 4
* Write a program to check if the input year is a leap year of not.
Practical 4
* Write a program to check if a Number is Positive, Negative or Zero.
Practical 4
* Write a program that takes the marks of 5 subjects and displays the grade.
Practical 5
* patterns using loop
Practical 5
* Write a Python program to print all even numbers between 1 to 100 using while loop.
Practical 5
* Write a Python program to find the sum of first 10 natural numbers using for loop.
Practical 5
* Write a Python program to print Fibonacci series.
Practical 5
* Write a Python program to calculate factorial of a number.
Practical 5
* Write a Python Program to Reverse a Given Number.
Practical 5
* Write a Python program takes in a number and finds the sum of digits in a number.
Practical 5
* Write a Python program that takes a number and checks whether it is a palindrome
or not.