Programming languages such as Python allow programmers to perform various operations on strings. String concatenation is one such operation that allows you to add or join two or more strings together.
We should fix the 2nd case where an f-string is detected as an implicit string concatenation.