All questions
# Problem 1 ### Write a Python script to create HTML tags around the word. Use string formatting.
# Problem 2 ### Write a Python script to remove the newline character.
# Problem 3 ### Write a Python script to reverse a string and to reverse the words within the string.
# Problem 4
Write a Python function
to swap commas and dots in a string.¶
# Problem 5