0

I want to be able to more easily spell out words in an expanded format. I want it like the Python code:

import time

word = input()
for i in range(len(word)):
  print(word[i])
  time.sleep(1)

0 Answers0