So I'm making a YouTube video on Trigonometry with Python, and I'm going to use Python console for the video.
In the Python console, I'll be using slowprint, so my question is what is the speed I should print each letter at (eg. 1 second per letter, 0.01 second per letter)?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
I'd say 0.06s is a decent time.
Okay thanks!