Sequence data types in python
Python : Sequence data types in python Program List
Program [1]
python program to find the 2nd largest number from the list of the numbers entered through keyboard.
Program [2]
python program that creates a list of numbers from 1 to 20 that are divisible by 4
Program [3]
python program to define a list of countries that are a member of BRICS Check whether a county is member of BRICS or not
Program [4]
Python program to read marks of six subjects and to print the marks scored in each subject and show the total marks
Program [5]
Python program to read prices of 5 items in a list and then display sum of all the prices product of all the prices and find the average
Program [6]
Python program to count the number of employees earning more than 1 lakh per annum
Program [7]
python program to create a list of numbers in the range 1 to 10 Then delete all the even numbers from the list and print the final list
Program [8]
python program to generate in the Fibonacci series and store it in a list Then find the sum of all values
Program [9]
python program to swap two values using tuple assignment
Program [10]
python program using a function that returns the area and circumference of a circle whose radius is passed as an argument
Program [11]
python program that has a list of positive and negative numbers Create a new tuple that has only positive numbers from the list
Program [12]
Python Program that generate a set of prime numbers and another set of even numbers
Program [13]
python program to find minimum element from a list of elements along with its index in the list
Program [14]
Python program to calculate mean of a given list of numbers
Program [15]
Python program to search for an element in a given list of numbers
Program [16]
python program to count frequency of a given element in a list of numbers
Program [17]
python program to calculate the sum of integers of the list
Program [18]
python program to reverses an array of integers
Program [19]
python program to creates a third list after adding two lists
Program [20]
python program to store the product information in dictionary
Program [21]
python program to create a dictionary whose keys are month names and values are their corresponding number of days
Program [22]
python program that input a list, replace it twice and then prints the sorted list in ascending and descending order
Program [23]
python program to check if the maximum element of the list lies in the first half of the list or in the second half
Program [24]
python program to display the maximum elements from the two list along with its index in its list
Program [25]
python program to swap list elements with even and locations
Program [26]
python program to rotate list elements with next elements
Program [27]
python program to find maximum and minimum values in tuple
Program [28]
python program to interchange the values of two tuple
Program [29]
python program to interchange the values of two tuple
Program [30]
python program to increment the elements of list
Program [31]
python program to enter a list containing number between 1 and 12 then replace all the entries in the list that are greater than 10 with 10
Program [32]
python program that reverse the list of integers in place
Program [33]
python program to input two list and create third list which contains all elements of the first elements followed by all elements of second list
Program [34]
python program to inter list of string and create a new list that consist of those strings with their first characters removed
Program [35]
python program to create a list using for loop which consist of integers 0 through 49
Program [36]
python program to create a list using for loop which consist square of the integers 1 through 50
Program [37]
python program to create a list using for loop which consist a bb ccc dddd that ends with 26 copies of the letter z.
Program [38]
python program that takes any two list L and M of the same size and adds their elements together in another third list
Program [39]
python program to rotates the elements of list so that fist elements move to second and second to the third
Program [40]
python program to move all duplicate element to the end of list
Program [41]
python program to display the maximum and minimum values form specified range of indexes of a list
Program [42]
python program to compare two equal sized list and print the first index where they differ
Program [43]
python program to enter names of employees and their salaries as input and store them in a dictionary
Program [44]
python program to count the number of times a character appears in a given string
Program [45]
python program to convert a number entered by the user into its corresponding number in words
Program [46]
python program Repeatedly ask the user to enter a team name
Program [47]
python program that repeatedly asks the user to enter product names and prices
Program [48]
Python Program to Create a dictionary whose keys are month name and whose values are number of days in the corresponding month
Program [49]
python program to store the detail of 10 students in a dictionary at the same time
Program [50]
python program to Create a dictionary with the opposite mapping
Program [51]
python program that lists the over lapping keys of the two dictionaries if a key of d1 is also a key of d2 the list it
Program [52]
python program that checks if two same values in a dictionary have different keys
Program [53]
python program to check if a dictionary is contained in another dictionary
Program [54]
python program to create a new dictionary D2 having same keys as D1 but values as the sum of the list elements
Program [55]
python program to create a dictionary has three keys assets liabilities and capital
Program [56]
python program that create a tuple storing first 9 terms of Fibonacci series
Program [57]
python program that receives the index and return the corresponding value
Program [58]
Python program that receives a Fibonacci series term and returns a number telling which term it is
Program [59]
python program to create a nested tuple to store roll number name and marks of students
Program [60]
python program that interactively creates a nested tuple to store the marks in three subjects for five students
Program [61]
Python Program to accept three distinct digits and print all possible combinations from the digits
Program [62]
Python Program to find the successor and predecessor of the largest element in list
Program [63]
Python function that takes a string as parameter and returns a string with every successive repetitive character replaced