Checklist
What happened?
I tried to print in the same line with for loop.
def print_slow(str): for letter in str: print(letter,end='') time.sleep(0.1)
But apart from that sys.stdout.flush() doesn't work it's still printing out vertically.
What browsers are you seeing the problem on? (if applicable)
Firefox, Chrome
Console info
No response
Additional Context
No response
Checklist
What happened?
I tried to print in the same line with for loop.
def print_slow(str): for letter in str: print(letter,end='') time.sleep(0.1)But apart from that sys.stdout.flush() doesn't work it's still printing out vertically.
What browsers are you seeing the problem on? (if applicable)
Firefox, Chrome
Console info
No response
Additional Context
No response