Source Code:
(back to article)
name = "John" age = 20 print(f"Mein Name ist {name} und ich bin {age} Jahre alt.")
Result:
Report an issue