0
Slowly typing user input
So I'm trying to make a program that slowly types out whatever the user inputs. What am I doing wrong? https://code.sololearn.com/WafPolXY8ms5/?ref=app
7 Respostas
+ 3
Hope you notice what you did wrong
https://code.sololearn.com/W37CmxbMIU4W/?ref=app
+ 1
What is your problem?
+ 1
We've fixed it now. But thanks.
0
ignore The "name" stuff xD
0
Almost finished product
0
OMG I FINALLY UNDERSTAND WHAT I DID WRONG
by defining that var within the function, It would define it with every iteration. Causing it to print the first letter every time.
*totally wasn't thinking about that for the past hour*