Skip to content
Sign UpLog In
Profile icon

None Of your business

@12608335
Just on here to play around with coding!
Repls
Community
12608335
12608335
shared a Post
3 years ago
Python Type Writer Effect
I DID NOT MAKE THIS i found this code online somewhere i do not remember where and decided to share as it is very useful if you ant to make some type
Python TypeWriter Effect
Python
firefish
firefish
Here is my version: import time def write(text): for char in text: print(char, end="", flush=True) time.sleep(0.1) print("\n") It's a lot simpler3 years ago
THEJOEMAN23
THEJOEMAN23
Who wanna see my tthing 3 years ago