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 71c21e0 commit 98cdc62Copy full SHA for 98cdc62
thursday_randomCode.py
@@ -0,0 +1,6 @@
1
+from time import sleep
2
+
3
+word = "Shawn"
4
+for letter in word:
5
+ print(letter, end="", flush=True)
6
+ sleep(1)
0 commit comments