I am going back though the Python course and so far I am re-learning a bit more… but I just solved a question about F Strings, or Fancier Output Formatting. I accidentally did a concatenation, thinking it would be simpler, but Boots the AI said I should use a F String to avoid confusion.
Anyway, here’s to F Strings.