Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement
Showing posts from June, 2021Show all
Write a Python program to convert a string to datetime.
Write a Python program to determine whether a given year is a leap year.
 Write a Python program to calculate the geometric sum of n-1.
 Write a Python program to calculate the harmonic sum of n-1.
Write a Python program to get the sum of a non-negative integer.
Write a Python program to get the factorial of a non-negative integer.
Write a Python program of recursion list sum.
Write a Python program to calculate the sum of a list of numbers.
Write a Python program to create Fibonacci series upto n using Lambda.
Write a Python program to check whether a given string is number or not using Lambda.
Write a Python program to extract year, month, date and time using Lambda.
 Write a Python program to find if a given string starts with a given character using Lambda.
Write a Python program to create a function that takes one argument, and that argument will be multiplied with an unknown given number.
Write a Python program that matches a string that has an a followed by zero or more b's.
Write a Python program to access only unique key value of a Python object.
 Write a Python program to check whether an instance is complex or not.
Write a Python program to convert JSON data to Python object.
Write a Python program to append a new item to the end of the array.
Write a Python program to find the nth super ugly number from a given prime list of size k using Heap queue algorithm.
Write a Python program to merge multiple sorted inputs into a single sorted iterator (over the sorted values) using Heap queue algorithm.
Write a Python program to get the n expensive and cheap price items from a given dataset using Heap queue algorithm.
Write a Python program to calculate the area of a trapezoid.
Write a Python program to convert radian to degree.
Write a Python program to convert degree to radian.
Write a Python program to display the current date and time.