Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 924 Bytes

File metadata and controls

22 lines (15 loc) · 924 Bytes

100 Days of Code - Python Pro Bootcamp

Day 26: List Comprehension and the NATO Alphabet

Hello again! Today is the twenty-sixth day of my 100 Days of Code journey with Dr. Angela Yu's Python Pro Bootcamp for 2023.

Today's Progress

I delved into the concept of list comprehension and applied it in creating the NATO Alphabet program. List comprehension is a concise and powerful way to create lists in Python.

What I've Learned

  • Understanding list comprehension in Python.
  • Creating the NATO Alphabet program using list comprehension.

Link to the Course

Dr. Angela Yu's Python Pro Bootcamp

Project(s)

  • Completed the NATO Alphabet program using list comprehension.

Thoughts

List comprehension is a valuable tool for creating compact and readable code. The NATO Alphabet program was a fun way to practice this concept!

See you tomorrow for Day 27!