Coders Packet

Packets submitted by Noolu Samyuktha

BMI Calculator in Python

A BMI Calculator will take in the height and weight of the individual and will calculate the BMI of the person.

Word Stretch using Python

In this module, we are going to write python code for getting all possibilities for stretching a word to the given size.

Dice roll simulator using Python

In this module, The main goal is to create a program that will simulate the roll of dice.