Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python Colours.

Name: Anonymous 2009-02-27 2:06

I'm just curious about how to print text in different colours with python..
I've tried google but found nothing.

Name: Anonymous 2009-02-27 6:16


from os import system
from random import choice
colors = (1,2,3,4,5,6,7,8,9,0,'a','b','c','d','e','f')

while 1:
    system('color '+str(choice(colors))+str(choice(colors)))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List