a = (
    "str1; "
    "{}"
).format("str2")

a = ("str1; " "str2")

print(a, type(a))
# (str str) = str