How do I make this string of printed python text bold (python IDLE v.3.10.5 windows 10):
subtotal = total_price * 1.20
print("The price for your custom pizza is £" , total_price)
I have tried looking it up on the web but I cannot find much. Please help :-)