world = "World"
empty_f_string = f"" f"{world!a:}None{empty_f_string!s:}None"
answer = 42.000001
f"{answer:.03f}"
f"'\"'''\"\"\"{{}}\\" if __name__ == "__main__":
print(f"Hello {world}!")
lines = "\n".join(
f'''<clipPath id="{unique_id}-line-{line_no}">{make_tag({"rect"}, x=0, y=offset, width=char_width * width, height=line_height + 0.25)}</clipPath>''' for line_no, offset in enumerate(line_offsets) )
tag_attribs = " ".join(
(
f'''{k.lstrip('_').replace('_', '-')}="{stringify(v)}"''' for (k, v) in attribs.items() )
)
completion_init_lines = [f"source '{completion_path}'"]