How To Change The Font Color In Termux | Python Coding | #shorts #short #shortvideo #coding

preview_player
Показать описание
RED

colors = {
'red': '\033[91m',
'reset': '\033[0m'
}

print(colors['red'] + 'This is red text' + colors['reset'])

GREEN

colors = {
'green': '\033[92m',
'reset': '\033[0m'
}
print(colors['green'] + 'This is green text' + colors['reset'])

BLUE

colors = {
'blue': '\033[94m',
'reset': '\033[0m'
}
print(colors['blue'] + 'This is blue text' + colors['reset'])

programming,
how to learn programming,
learn programming,
programming for beginners,
how to learn programming for beginners,
programming journey,
programming regrets,
programming essentials,
programming experiences,
c programming,
python programming,
computer programming,
programming with mosh,
learn python programming,
d programming,
programing,
c++ programming,
programming meme,
game programming,
asmr programming,
programming asmr,
programming cube
Рекомендации по теме
Комментарии
Автор

Can u put the command in the comments I'm to lazy to do it😅

KirkLazaga