python interpolacion code example Example: python string interpolation name = 'World' program = 'Python' print(f'Hello {name}! This is {program}')