Day 11: 100 Days of Code

Day 11: 100 Days of Code

Python

Table of contents

No heading

No headings in the article.

Break down big problems into a list of small tasks. Make a flow chart of that list. Then program that flow chart.

Capestone project on day 11:

Programmed Blackjack game using all the concepts that I have learned in previous 10 days. https://github.com/maryambiibii/100DaysOfCode/blob/main/Day11/img/Screen%20Shot%202022-01-25%20at%201.52.44%20PM.png

Give it a run on replit: Blackjack Game

You can find its code in Github repository Day11