Warna tebal dalam pynehn
class BoldColors() :
Black='\033[1;30m'
Red='\033[1;31m'
print(f"{BoldColors.Black}hello {BoldColors.Red} world")
vagg
class BoldColors() :
Black='\033[1;30m'
Red='\033[1;31m'
print(f"{BoldColors.Black}hello {BoldColors.Red} world")