Coders Packet

Packets submitted by Akula Arjun

THE MINION GAME USING PYTHON

In this python project, we will design a game between two members where one will count substrings start with consonants and another will count substrings start with vowels from the given string.

PRINTING THE NAMES OF STUDENT(S) HAVING SECOND LOWEST GRADE USING PYTHON

In this python project, we print the name(s) and second-lowest grade of students. If there are multiple students, we order their names alphabetically and print each one on a new line.

FINDING NUMBER OF PRIME PAIRS WHOSE DIFFERENCE IS 6 USING PYTHON

In this python project, we will find the number of prime pairs that are present between the given inclusive range with the difference of 6.