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: docs/lessons/03_conditional_statements.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5336,7 +5336,7 @@ <h2 id="toc-title">On this page</h2>
5336
5336
5337
5337
<div>
5338
5338
<div class="description">
5339
-
<p>This lesson introduces conditional logic in Python, showing how to use if, elif, else, comparison operators and logical operators to evaluate conditions.</p>
5339
+
<p>This lesson introduces conditional logic in Python, showing how to use <code>if</code>, <code>elif</code>, <code>else</code>, comparison operators and logical operators to evaluate conditions.</p>
<span id="cb41-4"><a href="#cb41-4" aria-hidden="true" tabindex="-1"></a><span class="co"> This lesson introduces conditional logic in Python, showing how to use if, elif, else, comparison operators and logical operators to evaluate conditions.</span></span>
6253
+
<span id="cb41-4"><a href="#cb41-4" aria-hidden="true" tabindex="-1"></a><span class="co"> This lesson introduces conditional logic in Python, showing how to use `if`, `elif`, `else`, comparison operators and logical operators to evaluate conditions.</span></span>
Copy file name to clipboardExpand all lines: lessons/03_conditional_statements.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Conditional Statements"
3
3
description: |
4
-
This lesson introduces conditional logic in Python, showing how to use if, elif, else, comparison operators and logical operators to evaluate conditions.
4
+
This lesson introduces conditional logic in Python, showing how to use `if`, `elif`, `else`, comparison operators and logical operators to evaluate conditions.
0 commit comments