Skip to content

Commit 4a81339

Browse files
authored
Rename Exercise_20.py to Exercise_20_PrintHeart.py
1 parent 5434514 commit 4a81339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercise_20.py renamed to Exercise_20_PrintHeart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
for j in range(ny):
1818
print(grid[j][i],end="")
1919
if j == 8:
20-
print('\n')
20+
print('\n')

0 commit comments

Comments
 (0)