Skip to content

Commit 5a52195

Browse files
authored
Added comments to the code.
1 parent 9461ea6 commit 5a52195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

floating_text/floating_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
offset = width
180180
while True:
181-
os.system("cls")
181+
os.system("cls") #clears the terminal to show the output.
182182
for row in range(5):
183183
print(" " * offset + printedtext[row][max(0,offset*-1):width - offset])
184184
offset -=1

0 commit comments

Comments
 (0)