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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
Did you know about about git and github it would be useful if you learn at this stage
I'll chk it out
Is the tip calculator GUI based or running in terminal
terminal, haven't learned GUI yet