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!
This is pink. in repl some color is not true color.
@TheForArkLD THEN WHAT ARE THE TRUE COLORS IN PYTHON?
@PattanAhmed No true color. give up .-.
@TheForArkLD It can be possible dude...
There will be of course some way!
I will find it out
@PattanAhmed Lol no, but really no way to display true color by this.
@PattanAhmed Good idea. use it
( replace n to 0 ~ 255 )
Text : \x1b[38;5;nm
Background : \x1b[48;5;nm
@PattanAhmed but you need find pink from 0 ~ 255.
@TheForArkLD Can you please send me your code,
I will try it.
@PattanAhmed try it in js
for(var i=0;i < 256;i++){
console.log("\u001b[48;5;" + i + "m" + i + "\u001b[m");
}
@TheForArkLD I need Python Code not JavaScript.
Thanks!
@PattanAhmed ye. run this js for know code.
@TheForArkLD Hmmm...
Good Joke :)
Hey, do this after the color imports:
Then to print the thing, do this:
The
END
should not makeok
pinkHope this helps!
@Bookie0 Thanks a lot, It worked fine
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
@Bookie0
I was needing that answer for so long.
Thanks a Lot
Yeah sure np thanks for selecting my answer! =) @PattanAhmed
@Bookie0
Welcome
Ofc! @PattanAhmed
@Bookie0
Ofc!