Coders Packet

Packets submitted by Karthik Nagisetty

python program to create a countdown timer

In this project, we will like to see the countdown timer by using the Python program.

python program to generate prime numbers upto N

This is the python program to display the prime numbers upto the N limit, that N limit is dependent on own choice.

python program to display the vowels and consonants present in his/her name

In English language the vowels and consonants are the types of letters divided based on their pronounce.

python program to check leap year

For finding whether the year is leap year or not by using python program. Generally the leap year is exactly divisible by 4 except for century years(years ending with 00).

python program to draw a circle of squares using Turtle

In this program, we will generate a circular pattern out of squares using python's turtle module.