Oct-31-2016, 08:48 PM
So I used to know how to do this thing where my text would be typed at a speed of 0.1 instead of immediately. But now I have forgotten it. I use to use it in games but those games were deleted. This is most of what is left. The ? is what I forgot.
def textType(text, delay): for ch in ??? ?????????????? print ("") textType("Hello", 0.1)HELP ME!


