This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import os | |
import random | |
import time | |
import datetime | |
# commtech system for the fort Destroyer of Worlds | |
def slow_print(text): | |
for char in list(text): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import os | |
import random | |
import time | |
import datetime | |
# commtech system for marshall station Destroyer of Worlds | |
def slow_print(text): | |
for char in list(text): |