Skip to content

Commit 98cdc62

Browse files
committed
New Code
1 parent 71c21e0 commit 98cdc62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

thursday_randomCode.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)