for f-string, how to print bold font for either integer or string?
I came to this below website saying using "\033[1m" before and after string. Question is how to use it inside f-string and how to do it for integer values as well? Thanks
https://www.kite.com/python/answers/how-to-print-in-bold-in-python
