Source Code:
(back to article)
# Using f-strings print(f"Hello, {'world'}!")
Result:
Report an issue