Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 228 Bytes

File metadata and controls

15 lines (12 loc) · 228 Bytes

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}}"