Source Code:
(back to article)
name = "John" print(f"Mein Name ist {name}")
Result:
Report an issue