The anwser for String - Exercise 2 is

var1 = 'Hello\nworld'
print('The first variable is')
print(var1)
print('The Second variable is')
print(r'Hello\nworld')