Coders Packet

Packets submitted by Harshith Appari

To get the minimum absolute difference between the two lists by using Python.

In this tutorial we will print the minimum absolute difference of two lists by creating a function in Python.

How to remove the sub string from the given string by using the Python

Hello everyone in this tutorial we will learn about how to remove the sub string with the help of the length which is given by user by using Python

Caesar Cipher Conversion by using Python

How to convert a given text into the " Caesar Cipher " text by using Python and learn about what is meant by Caesar Cipher substitution technique

Sum of Connell Sequence In Python

Hello Everyone, in this tutorial, we will see what the Connell sequence means and how to write the program of the Connell sequence by using Python.

How to check if any permutation of the word is palindrome by using Python

Hello Guys, In this tutorial we gone see how to get the permutations of all the words and to check if any permutation of the word is palindrome and print yes/no statement in Python