#day2 of #100DaysOfCode in Python.
Created a small project "Bill Calculator" that calculates split between friends. Also, asks if you want to add tip before calculating the split.
Today I learned:
1. Data Types
2. How to manipulate Strings
Day 1 of #100DaysOfCode
Starting with very basics, I learned:
1. print function in Python
2. Taking input
3. len function
Created a tiny project which calculates length of your name.