Programming Questions Write a program formatting string using the % operator.Write a program Injecting string using the % operator. Write a program float point precision using the % operator. Write a program multiple formatting the single statement.Write a program to create a string formatting by f-strings.Write a program to create a string using the template method.Write a program using to repr() to the string.write a program using to escape characters. Theory Questions 1. What is string formatting for example?2. What is string interpolation /f-string.3. What are template strings.4. What are escape characters.5. What is repr().