# Print the following string by using escape characters : We are "VIKINGS" of the north. a="we are \"VIKINGS\" of the north." print(a)
# Print the following string by using escape characters : We are "VIKINGS" of the north. a="we are \"VIKINGS\" of the north." print(a)