Skip to content

String

Interpolation

python
a = 1
print(f"hello {a}")

Released under the MIT License.