We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5434514 commit 4a81339Copy full SHA for 4a81339
Exercise_20.py renamed to Exercise_20_PrintHeart.py
@@ -17,4 +17,4 @@
17
for j in range(ny):
18
print(grid[j][i],end="")
19
if j == 8:
20
- print('\n')
+ print('\n')
0 commit comments