This repository is having Python programs outlined here:
- Program to count occurrence of the words in the string
- Program to count occurrence of the characters in the string
- Program to calculate Factorial of a number
- Program to print the list of Armstrong numbers < 1000
- Program to create a new list with combination of even numbers from 1st list and odd numbers from the 2nd list
- Program to read data from text file
- Program to use Python inbuilt map function functionality
- Program to understand the functionality of Python Range fuction
- Program to Concatenate two Strings
- Python program to print a string cool equal co2l or abbcccdde equal to ab2c3d2e
- Python program to reverse the string using slice method, range function and an empty string
- Python program to convert a List of Characters into String
- Python program to check first and last item of the list are equal or not
- Python program to reverse a list/array in chunks
- Python program to see the functionality of Zip function
- Python program to check if the string is Palindrome or not