Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement
Showing posts from May, 2021Show all
 Write a Python program to print a heap as a tree-like data structure.
Write a Python program to find the nth ugly number using Heap queue algorithm.
Write a Python program to sort a given list of elements in ascending order using Heap queue algorithm.
 Write a Python program to check the validity of password input by users.
 Write a Python program that accepts a string and calculate the number of digits and letters.
 Write a Python program to get the Fibonacci series between 0 to 50.
Write a Python program that accepts a word from the user and reverse it.
Write a Python program to guess a number between 1 to 9.
 Write a Python program to copy of a deque object and verify the shallow copying process.
Write a Python program to add more number of elements to a deque object from an iterable object.
 Write a Python program to create a deque from an existing iterable object.
Write a Python program to find the occurrences of 10 most common words in a given text.
Write a Python program that iterate over elements repeating each as many times as its count.
Write a Python program to display all the member name of an enum class ordered by their values.
Write a Python program to get the unique enumeration values.
Write a Python program to get all values from an enum class.
Write a Python program to iterate over an enum class and display individual member and their value.
Write a Python program to create an Enum object and display a member name and value.
Write a Python program to get the array size of types unsigned integer and float.
 Write a Python program to get the length of an array.
 Write a Python program to get an array buffer information.
Write a Python program to create an array contains six integers. Also print all the members of the array.
Write a Python program to find a pair with highest product from a given array of integers.
Write a Python program to remove a specified item using the index from an array.
Write a Python program to append items from inerrable to the end of the array.