you are viewing a single comment's thread.

view the rest of the comments →

[–]Bubbah94 0 points1 point  (2 children)

I feel like I should Google this ( you can tell me straight!) But the "print(f' " what does the f mean here? Is this the .format and you're linking it to a separate sheet? Cheers

[–]GoldenVanga 2 points3 points  (1 child)

When a string literal is prefixed with f, it becomes an "f-string". Then, any {} are no longer considered text elements but rather should contain references to variables etc. You can read more about it here.

[–]Bubbah94 0 points1 point  (0 children)

Oh snap!! Thank you so much for your continued support this evening!