A 100 days of python challenge
I've read about variables and variable naming rules
I've learnt about strings and string manipulations
I've implemented day 1's band name generator
project
Learnt about:-
- Data types
- Type Conversions
- Mathematical operators
A project to calculate a person's remaining time to live given that the life span is 90 years
It's implemented in the your_life_span_in_weeks.py
file
It return the remaining time in:-
- weeks
- months
- years
Concepts used in implementation
- input function to take user input
- type conversion
- mathematical operations to calculate the remaining time
- printing the remaining time to the
standard output
A program that calculates the total bill paid by each person, tip inclusive
It's implemented in the Tip_Calculator.py
file
Concepts used in implementation
- getting user input
- type casting user input
- mathematical operations to get the total bill
- print total bill by each person
Learnt about if-elif-else
statement
implemented in roller_coaster.py
A roller coaster ticketer
A program that checks a persons eligiblity to ride the roller coater if eligible it calculates the total bill for a person depending on age and preferences
implemented in pizza_order.py
A program that calculates the price for a pizza
The price is determined by the size, pepperoni and extra cheese preferences
implemented in BMI_calculator.py
A program to calculate the BMI of a person given the height and weight
It classifies the BMI and prints the class
implemented in leap_year.py
A program that checks if an year is leap
It returns Leap if the year is leap, else it returns Not Leap
implemented in love_calculator.py
A program to calculate love between a person and the partner
implemented in treasure_island.py
Treasure Island
Direction a user takes determine where they'll end up