summaryrefslogtreecommitdiff
path: root/comp/work/2/fstring.py
blob: 80d7d7c2b4251ef21f58a55798f8e652a4dc5349 (plain)
1
2
3
4
red = "\e[1;35m"
normal = "\e[0;37m"

print(f"{red}hello{normal}")