Skip to content

Commit

Permalink
Trying to fix code indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Gandhi committed Oct 21, 2023
1 parent 5177c50 commit fb89a23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h2>Explanation of the Double For Loop List Comprehension</h2>
<p>This can be equivalently expressed using two nested for loops:</p>
<pre><code>
board = []

for _ in range(3):
row = []
for _ in range(3):
Expand Down

0 comments on commit fb89a23

Please sign in to comment.