×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
Python Language
1769    Arnab De    16/02/2021
Write a Python program to add ‘ing’ at the end of a given string (length should be at least 3). If the given string already ends with ‘ing’ then add ...
16
February, 2021
1453    Arnab De    29/01/2021
Write a Python program to input a sentence from the user and then create an encoded version of the sentence by using the following rules.
29
January, 2021
1261    Arnab De    18/01/2021
replace() function in python is used for replace the charecter or a set of charecter(called string) with other chracter or set of character of a specified s ...
18
January, 2021
1657    Arnab De    06/01/2021
Here we print a triangle using numbers. Each row content (row*2)-1 nos of columns. Now we draw the requried spaces in the patterns and create the pyramids.
06
January, 2021
1237    Arnab De    17/12/2020
Write a program to input a name from user, now convert the name into initial format. capitalize() methods and splid() method use for this program.
17
December, 2020
softetechnologies
1481    Arnab De    09/12/2020
Write a Python program to input a number and count the number of digits which are multiple of 3. For eg if the number is 2368965, then the output will be 4.
09
December, 2020
1211    Dibyendu Banerjee    09/12/2020
Write a program to input the lower and upper limits of a range of numbers (including the limits), and then print only those numbers in that range whose su ...
09
December, 2020
1662    Arnab De    19/11/2020
Write a program to input an even number N from the user. Next using a loop simultaneously generate all numbers from (N//2-1) to 1 and (N//2+1) to (N-1).
19
November, 2020
1165    Arnab De    16/11/2020
Write a Python program to initialise a list with the following values in the code: L = [6, 8, 23, 45, 27, 4, 19, 34, 24, 5, 20, 10, 32, 15, 18, 21].
16
November, 2020
1288    Arnab De    16/11/2020
In this program, we should accept a string using input() method. Now read the line character by character and count the consonant characters (which are not ...
16
November, 2020
softetechnologies
1151    Arnab De    16/11/2020
In this program, we should accept a string using input() method. Now read the line character by character and count the vowel character (a, e, i, o, u) in it.
16
November, 2020
1276    Arnab De    15/10/2020
Write the Python code to generate the terms of the following series up to n terms (n is user input) using a for loop and find the sum of the terms of the se ...
15
October, 2020
3734    Arnab De    13/10/2020
Write Python code to print terms of the Lucas Series up to n terms Also, find the sum of the even value and odd value terms.
13
October, 2020
1377    Arnab De    23/09/2020
Write a python program to print the pattern shown in diagram. Number of column in a row is equal to the row number.
23
September, 2020
1215    Arnab De    23/09/2020
Write a python program to print the pattern shown in diagram. Number of column in a row is equal to the row number.
23
September, 2020
softetechnologies
1203    Arnab De    23/09/2020
Write a python program to print the pattern shown in diagram. Number of column in a row is equal to the row number.
23
September, 2020
1228    Arnab De    23/09/2020
First two numbers of the fibonacci sequence are 0 and 1. Each numbers of the fibonacci sequence genarated by adding the previous two numbers.
23
September, 2020
1198    Arnab De    19/09/2020
WAP in python to find the divisor of A Number, WAP in python to check a number is prime or not and WAP in python to print all prime numbers from 10 to 100.
19
September, 2020
5526    Arnab De    12/09/2020
Write a program to find out the sum of the digits of a number. Write a program to find out reverse of a number. Write a program to check a number is palindr ...
12
September, 2020
1182    Arnab De    12/09/2020
Write a program in Python to swap two given numbers. Swap numbers is very easy in python.
12
September, 2020
1329    Arnab De    11/09/2020
If-else is the basic decision making block in python. We can use one or more conditions to take a decision, if this particular block is executed or not.
11
September, 2020
1356    Arnab De    05/09/2020
In any computer programming language, data type defines how a data store in memory. How much memory size occupied by a data is also determined by data types.
05
September, 2020
1145    Arnab De    04/09/2020
Python is a high-level language. It is a general-purpose language, we can use this to develop any kind of apps. Python is a very easy to learn and open-source.
04
September, 2020
softetechnologies
Sri Sri Ramakrishna Paramahamsa
It is easy to talk on religion, but difficult to practice it.
Sri Sri Ramakrishna Paramahamsa
1791
60.42
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     44653
01/01/2018     36856
25/06/2018     36682
28/06/2017     34875
02/08/2017     33472
01/08/2017     27829
06/07/2017     27599
15/05/2017     27166
14/07/2017     22912
11/09/2018     21630
softetechnologies