Skip to content

Commit 5af04c9

Browse files
authored
Update Days-4-6.md
1 parent af9d813 commit 5af04c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Days-4-6.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ else:
1111
print("You are not an adult.")
1212
```
1313

14+
1415
**Example of `elif` (else if) statement:**
1516
```python
1617
grade = 75
@@ -63,4 +64,4 @@ for i in range(10):
6364
print(i)
6465
```
6566

66-
Conditional statements and loops are fundamental building blocks in Python and in programming in general. They allow you to control the flow of your program and perform repetitive tasks efficiently. Practice with these examples to become more comfortable with using them in your Python code.
67+
Conditional statements and loops are fundamental building blocks in Python and in programming in general. They allow you to control the flow of your program and perform repetitive tasks efficiently. Practice with these examples to become more comfortable with using them in your Python code.

0 commit comments

Comments
 (0)