Some people put f before string literals. For example, descr = f"abcdexxx".replace("xxx","yy"). What does f do here?