概述
唔……
我来了。
今天来教大家怎么逐字输出~
1.
import time,sys
def replace(strname,*w):
for x in w:
strname=strname.replace(x[0],x[1])
return strname
def print(*w,t=0.1,end="n",sepr=" "):
str_all=""
for x in w:
if w.index(x)==len(w)-1:
str_all+=str(x)
else:
str_all+=str(x)+sepr
str_all=replace(str_all,("\红","