Skip to content

Printing in the same line isn't working #472

@DorkYBru

Description

@DorkYBru

Checklist

  • I added a descriptive title
  • I searched for other issues and couldn't find a solution or duplication
  • I already searched in Google and didn't find any good information or help

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogissue has been triaged but has not been earmarked for any upcoming releaseinvalidThis doesn't seem right

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions