Category: python very small program assignments
Nth number sum in Python | Assignment Expert
Problem Statement: In the nth number sum in python, we are given a number, we need to find the sum of the series up to…
Print Integers-3 in Python
Problem Statement: In Print integers-3 in python, we need to take an integer as input and print all the natural numbers until that number numbers….
Sneaky Conversation in Python | Assignment Expert
Problem Statement: In the problem of Sneaky conversation in python, we need the string to sneaky form. We need to create a sneaky-like form from…
Alphabets Square in Python | Assignment Expert
Problem Statement: In the Alphabets Square in python assignment expert, we are given a list of alphabets. We need to print all the alphabets of…
Character Sequence in Python
Problem Statement: This problem of Character Sequence in Python is very simple, in this, we are given two strings and we need to create a…
Split and Replace in JavaScript
Problem Statement: In this problem of Split and Replace in JavaScript, we are given 3 strings namely, inputString, replaceString, and a separator. We need to…
First perfect square in Python
Problem Statement: In this problem of the first perfect square in Python, we are given two numbers and we need to find the first perfect…
Max contiguous subarray in Python
Problem statement: In max contiguous subarray in Python, you are given a list of integers(positive and negative), and you have to find a sub-list from…
Find the first value in JavaScript
Problem Statement: In, find the first value in JavaScript, we are given an array of numbers, we need to find the smallest number from the…
Time Converter in JavaScript
Problem Statement: In Time Converter in JavaScript, we are given the number of hours and number of seconds, we need to convert hours and minutes…