Введите динамическое значение в String Python
value = 'Hello'
print(f"{value} World!")
MitchAloha
value = 'Hello'
print(f"{value} World!")