Skip to content

phoenixr-codes/adorable2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adorable 2

from adorable.common import *

print(f"Hello {RED:dangerous} world")

Tip

You can also embed variables in the string interpolation:

message = "Hello"
f"{RED:{message}}"