Hi, I am actually a beginner in python.I am trying to do some small project and I want to decorate it.So I was thinking that could python print words letter by letter?
Thanks very much if someone could help me with this.
@Dazz btw you can add your own time parameter to get out text as slowly/quickly as you wan , also if you just want this nor ally , get rid of the for loop and replace char with text
also to this but itself just do
import sys
sys.stdout.write("something")
to use this for the input you may have to change the code around a bit so that it returns instead of prints
How do we print letters by letters in python?
Hi, I am actually a beginner in python.I am trying to do some small project and I want to decorate it.So I was thinking that could python print words letter by letter?
Thanks very much if someone could help me with this.
also to this but itself just do
to use this for the input you may have to change the code around a bit so that it returns instead of prints
or upu can just put the input below :)