STRINGS - Exercise
Easy
Write a program to create a string “Python programming is easy”
Medium
Now slice the first string and store “easy” in the second string
Hard
Replace “easy” in the second string with “ and powerful” and concatenate both
the strings