We'll display the link we create in the console. Get started by adding a print() statement containing the empty f-string f"".
print()
f""
Make sure to type print(f"").
print(f"")