How to not get 'None' in console?

前端 未结 0 1620
星月不相逢
星月不相逢 2020-12-03 17:29
st = 0.03
def sp(str):
  for letter in str:
    sys.stdout.write(letter)
    sys.stdout.flush()
    time.sleep(st)
  print()

So when I do an input w

相关标签:
回答
  • 消灭零回复
提交回复
热议问题