DEV Community

Palak Hirave
Palak Hirave

Posted on

Day 2 of 100

I started off by reviewing what I did yesterday before learning the basics of python data types(str, int, bool and float). I also played around with converting data types(int to str) and using the type() function. I also learned about the various types of errors(syntax errors, value errors, etc.). I then figured out how to use mathematical operations in python before ending with making a tip calculator that takes your bill, how much you want to tip, and the amount of people splitting the bill before giving the user the amount that each person should pay.

Top comments (4)

Collapse
 
aegisspecter profile image
Aegis-Specter

Did you know about about git and github it would be useful if you learn at this stage

Collapse
 
palakhirave profile image
Palak Hirave

I'll chk it out

Collapse
 
aegisspecter profile image
Aegis-Specter

Is the tip calculator GUI based or running in terminal

Collapse
 
palakhirave profile image
Palak Hirave

terminal, haven't learned GUI yet