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
Copy file name to clipboardExpand all lines: Days-4-6.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ else:
11
11
print("You are not an adult.")
12
12
```
13
13
14
+
14
15
**Example of `elif` (else if) statement:**
15
16
```python
16
17
grade =75
@@ -63,4 +64,4 @@ for i in range(10):
63
64
print(i)
64
65
```
65
66
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