How to add color into your program on python 2.7.5??? i am a beginner help!

VeTeRen ThoR

Honorable
Jun 19, 2013
188
0
10,690
hey guys i am start learning to programming right now...don't really now a lot of stuff yet, but immm here is my program so far
a = 'Gerrit'
b = 'ALBERT'
print str(a + ' and ' + b)

gerrit and albert is just my friends names... but how can i like add color to there names sothat they don't get print in blue ??? and if any of you are experts in programming can you maybe teach me a few things in python...