We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7e161 commit 02d7cafCopy full SHA for 02d7caf
Fruit_Jam/CircuitPython_DVI_Video/SImple_Terminal.py
@@ -53,5 +53,5 @@
53
term.write(" %dx%d pixels.\r\n" % (COLS * w, ROWS * h))
54
term.write("Both carriage return and line feed \r\n are required.\r\n")
55
56
-while(True):
+while True:
57
pass
0 commit comments