How do I format a floating number to a fixed width with the following requirements:
This will print 76.66:
76.66
print("Number: ", f"{76.663254: .2f}")