Posted 08 February 2014 - 02:41 PM
so i want that the text is Blue and the rest is red so how do i do that
this is my code.
Got it :)/>
This is how i did it But any other ideas of smaller codes are welcome.
this is my code.
Got it :)/>
term.clear()
term.setCursorPos(1,1)
term.setTextColor(1)
term.write("|------------------------------------------------|")
print("")
term.write("|------------")
term.setTextColor(2)
term.write("RockNet Internet Systems")
term.setTextColor(1)
term.write("------------|")
print("")
term.write("|----------")
term.setTextColor(2)
term.write("Rocket Net Security Systems")
term.setTextColor(1)
term.write("-----------|")
print("")
term.write("|-----------------------||-----------------------|")
sleep(3)
This is how i did it But any other ideas of smaller codes are welcome.
Edited on 08 February 2014 - 02:01 PM