Update SImple_Terminal.py

This commit is contained in:
Anne Barela 2025-07-15 18:01:19 -04:00 committed by GitHub
parent 3c7e161f93
commit 02d7caf6a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,5 +53,5 @@ term.write("Terminal %dx%d:\r\n" % (COLS, ROWS))
term.write(" %dx%d pixels.\r\n" % (COLS * w, ROWS * h))
term.write("Both carriage return and line feed \r\n are required.\r\n")
while(True):
while True:
pass