when i make
print("Hi world")
than it prints that all at the same time, how can i make it that i looks like writing also i mean with a delay from every character to character.
Try using sys.stdout.write() and using a for loop to sys.stdout.write() each character. Make sure you also use time.sleep()
I have and it does not appear to work or maybe I am just bad. XD @Pythonier
@MATTHEWBECHTEL Here
Oh thanks. @Pythonier
@MATTHEWBECHTEL No problem
@Pythonier thank you.
when i make
than it prints that all at the same time, how can i make it that i looks like writing also i mean with a delay from every character to character.
Try using sys.stdout.write() and using a for loop to sys.stdout.write() each character. Make sure you also use time.sleep()
I have and it does not appear to work or maybe I am just bad. XD @Pythonier
@MATTHEWBECHTEL Here
Oh thanks. @Pythonier
@MATTHEWBECHTEL No problem
@Pythonier thank you.