Color Confusions
Hi,
See, This is my commands on a color string in Python.
As you all can see that I wrote print(Pink + "Hello") in First Line and print("Ok") in the second line.
But when I run this commands my second line string is also turning Pink even though I didn't mention Pink there...
Why is it happening?
Is there a solution to it?
Thanks,
Waiting for Replies!
Voters
TheForArkLD
This is pink. in repl some color is not true color.
PattanAhmed
@TheForArkLD THEN WHAT ARE THE TRUE COLORS IN PYTHON?
TheForArkLD
@PattanAhmed No true color. give up .-.
TheForArkLD
@PattanAhmed Lol no, but really no way to display true color by this.
TheForArkLD
@PattanAhmed Good idea. use it
( replace n to 0 ~ 255 )
Text :
Background :
( replace n to 0 ~ 255 )
Text :
\x1b[38;5;nm
Background :
\x1b[48;5;nm
TheForArkLD
@PattanAhmed but you need find pink from 0 ~ 255.
PattanAhmed
@TheForArkLD Can you please send me your code,
I will try it.
I will try it.
TheForArkLD
@PattanAhmed try it in js
for(var i=0;i < 256;i++){ console.log("\u001b[48;5;" + i + "m" + i + "\u001b[m"); }
PattanAhmed
@TheForArkLD I need Python Code not JavaScript.
Thanks!
Thanks!
TheForArkLD
@PattanAhmed ye. run this js for know code.
PattanAhmed
@TheForArkLD Hmmm...
Good Joke :)
Good Joke :)
Hey, do this after the color imports:
Then to print the thing, do this:
The
END
should not makeok
pinkHope this helps!
Just a small mistake you did is you have put " before Pink
Remove that, Then I will mark your answer as the correct answer!
Oh yeah whoops, typo. I made it correct now!
@PattanAhmed=)
I was needing that answer for so long.
Thanks a Lot
Yeah sure np thanks for selecting my answer! =)
@PattanAhmedWelcome
Ofc!
@PattanAhmedOfc!