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?
@Bookie0Thanks 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!
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!
Just a small mistake you did is you have put " before Pink
Remove that, Then I will mark your answer as the correct answer!