My Software Blog: Day 7 If Statements
- Eren Celiker
- 14 Haz 2025
- 1 dakikada okunur
Hello, I am Eren! Today is the 7th day of my python journey and I learned if statements. In Python, the “if” statement is a basic control flow construct used to check if a certain condition is true and execute a block of code if that condition is true. It is generally controlled with “if-else-elif” statements and is one of the most basic building blocks of python as well as other coding languages. Although this topic is simple, I think it is of great value because most programs and artificial intelligence, from primitive to advanced, depend on these statements.

Actually, now I think I'm getting real kefiy from coding. When I make this subject more solid by learning loops, I think I can create a little bit of freedom for myself in coding. I really enjoyed today's lesson. Take care and see you on my Logical operators blog👋



Yorumlar