0% found this document useful (0 votes)
30 views

Python Programs Practice Session 1: Pranay D. Saraf (+91-9595022795)

This document outlines 15 Python programs to practice for a session on Python programming. The programs cover tasks like checking if a string is a palindrome, sorting words alphabetically, counting vowels, determining if a number is Armstrong, prime or in the Fibonacci sequence, comparing string sizes with and without built-in functions, using nested if-else statements to print grades, building a simple calculator, solving quadratic equations, checking number signs, identifying leap years, finding the largest of three numbers, and displaying multiplication tables.

Uploaded by

Natnael Tamirate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Python Programs Practice Session 1: Pranay D. Saraf (+91-9595022795)

This document outlines 15 Python programs to practice for a session on Python programming. The programs cover tasks like checking if a string is a palindrome, sorting words alphabetically, counting vowels, determining if a number is Armstrong, prime or in the Fibonacci sequence, comparing string sizes with and without built-in functions, using nested if-else statements to print grades, building a simple calculator, solving quadratic equations, checking number signs, identifying leap years, finding the largest of three numbers, and displaying multiplication tables.

Uploaded by

Natnael Tamirate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PYTHON PROGRAMS PRACTICE

SESSION 1
1. Python Program to Check Whether a String is Palindrome or
Not
2. Python Program to Sort Words in Alphabetic Order
3. Python Program to Count the Number of Each Vowel
4. Python Program to Check Armstrong Number
5. Python Program to Check Prime Number
6. Python Program to Print the Fibonacci sequence
7. Python Program to Take in Two Strings and Display the
Larger String Using Built-in Functions
8. Python Program to Take in Two Strings and Display the
Larger String without Using Built-in Functions
9. Program That Prints Grade Using Nested If-Else Statements
10. Python Program to Make a Simple Calculator
11. Python Program to Solve Quadratic Equation
12. Python Program to Check if a Number is Positive, Negative or 0
13. Python Program to Check Leap Year
14. Python Program to Find the Largest Among Three Numbers
15. Python Program to Display the multiplication Table

Pranay D. Saraf (+91-9595022795) Page 1

You might also like