You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐍 The Complete Python Pro Bootcamp for 2023 || This repository contains code and projects completed during the "100 Days of Python" bootcamp by Angela Yu. This bootcamp is an intensive programming course that covers a wide range of topics in Python programming.
This repository will contain 100+ Python projects which are a part of the #100DaysOfCode challenge. You can review or use the projects I'll be sharing on this repository to empower your learning on Python.
The "100-days-of-code" repo is a record of my journey to improve my coding skills over 100 days. It's got daily logs of my progress, including coding challenges, projects, and my reflections on what I learned. I created this repo to inspire and encourage other developers who want to go on a similar learning journey.
The tip_calculator takes information about the total bill, the percentage of tips you wish to give, and the number of people splitting the bill and then outputs the amount everyone should pay.