Skip to content

Commit b3622a6

Browse files
committed
updated link in day 3
1 parent ec08309 commit b3622a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/30DaysOfPython/2025-12-21-python-day3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ print(var_a > var_b) # False
176176

177177
These operators are essential for branching logic and decision-making.
178178

179-
From that example, we are able to see how we can create conditions using IF Statements which is something that I'll be learning about in [Day 9 - Conditionals]()
179+
From that example, we are able to see how we can create conditions using IF Statements which is something that I'll be learning about in **Day 9 - Conditionals**.
180180

181181
## Other Operators
182182

0 commit comments

Comments
 (0)