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

Python Programming Examples

Uploaded by

raunakkaushal33
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)
3 views1 page

Python Programming Examples

Uploaded by

raunakkaushal33
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

INDEX

S. NO. TOPIC DATE [Link]


1. Section 1: Basic python program

• Python program to print Hello world!


• Python program to add two numbers
• Python program to find the square root
• Python program to calculate the area of a triangle
• Python program to swap two variables

2. Section 2: Python program on conversion

• Python program to convert kilometers to miles


• Python program to convert Celsius to Fahrenheit
• Python program to convert decimal to binary, octal and
hexadecimal
• Python program to find ASCII value of character
• Python program to implement type conversion

3. Section 3: Basic mathematical program

• Python program to check Armstrong number


• Python program to check if a number is odd or even
• Python program to check leap year
• Python program to find the largest among three numbers
• Python program to check prime number

4. Section 4: Python program on list

• Python program to check if a list is empty


• Python program to access index of a list using for loop
• Python program to slice list
• Python program to concatenate two lists
• Python program to remove duplicate element from a list

5. Section 5: Python program on dictionary

• Python program to merge two dictionaries


• Python program to iterate over dictionary using for loop
• Python program to sort a dictionary by value
• Python program to delete an element from a dictionary
• Python program to check if a key is already present in a dictionary

6. Section 6: Python program on string

• Python program to check if given strings is palindrome or not


• Python program to capitalize the first character of a string
• Python program to compute all the Permutation of the String
• Python program to create a countdown timer
• Python program to count the number of occurrences of a character
in string

You might also like