Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After printing a None value with ic(), text background color is not reset #80

Closed
jfid opened this issue Apr 23, 2021 · 1 comment
Closed

Comments

@jfid
Copy link

jfid commented Apr 23, 2021

Consider the code:

a = [1, 2, 3]
b = None
c = 3

ic(a)
ic(b)
ic(c)

After None is printed in the screen (Windows with Python 3.9.2), background color is not reset and anything printed afterwards gets the background color:

capt01

@alexmojaki
Copy link
Collaborator

Duplicate of #35

@alexmojaki alexmojaki marked this as a duplicate of #35 Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants