This blog contain program that finds out even number from first list and stored all even elements into a new listMore
Converting string into a list
In this blog, we will create simple program that will take any string as input from user and convert it into a list. Making each character of a string as an individual element in a listMore
Appending new items in a list using while loop
In this blog, we will create a list of 3 elements then use while loop to append new elements in a list. If user input ‘q’ then the while will be terminated and at the last display elements in the listMore
Adding all elements in list
This blog contain program for adding all elements in a listMore
Simple web scraping using beautifulsoup library
In this blog, we will do simple web scraping using beautifulsoup libraryMore
Creating a list of numbers and displaying elements while stripping first element
This blog contain program that creates a number list. Then uses while loop to display elements in a list and at the same time stripping first element at each loop intervalMore
Program to display string and stripping first character using while loop
This blog contain program to accept string from user input. Display string and stripping first character of a string using while loopMore
Start and end string match
This blog explain string matching text at the start or endMore
Finding even number for the range given by user
This blog contain a program which add all even numbers from a range entered by userMore
Finding factorial of a number using function
Blog explain how to find a factorial of a number using functionMore