f_string = f'My Name is {name} and my age is {age}' print(f_string) print(F'My Name is {name} and my age is {age}') # f and F are same