Apr-06-2018, 12:14 AM
print("Hello world!")
or
Hello wor
ld!
I am again turning to the community forum for help... I have been doing a project at my school in which I have to make a maths game. There is no limit as to how complex I need to get it, I just need to be able to understand it. I have been trying to add colour to the text output in my print statements. I have visited my school ICT department, but none of them knew how to code python... They despise it, ever since the school server was accessed. Anyway, I asked them to install a library called termcolor.
Here is what I tried to do without the correct library:
Any help is much apreciated.
Kindregarde,
a random kid
or
Hello wor


I am again turning to the community forum for help... I have been doing a project at my school in which I have to make a maths game. There is no limit as to how complex I need to get it, I just need to be able to understand it. I have been trying to add colour to the text output in my print statements. I have visited my school ICT department, but none of them knew how to code python... They despise it, ever since the school server was accessed. Anyway, I asked them to install a library called termcolor.
Here is what I tried to do without the correct library:
from termcolor import colored print(colored("red", "red")) print(colored("yellow", "yellow")) print(colored("green", "green")) print(colored("blue", "blue"))Basically almost anything to do with instaling something is a no go...
Any help is much apreciated.
Kindregarde,
a random kid