We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4b89c commit baebaf5Copy full SHA for baebaf5
kwiksand/kwiksand.py
@@ -1,7 +1,7 @@
1
import time
2
import shutil
3
4
-def kwik(text, delay):
+def kwik(text, delay=0.05):
5
global txt
6
txt = []
7
if len(text) > shutil.get_terminal_size().columns:
0 commit comments