Tasks
problem-1: Write a python program to display a user entered name following by Good morning using input() function.
problem-2: Write a program to fill up a letter templet that is given below with name and date.
letter= ''' Dear <name>,
you are selected for studying Energy Science and Engineering at KUET!
<Date> '''
problem-3: Write a program to detect double spaces in a string.
problem-4: Replace the double spaces in problem-3 with single spaces.
problem-5: Write program to format the following letter using escape sequence characters
letter = " Hi Shemanto!! Your Blog Is Helping Me A Lot, Thank You."
✨ব্লগের নিচের অংশে আমার করা সলভ দেয়া আছে,সলভ করতে অসুবিধা হলে সল্ভড সেকশন থেকে দেখে নিতে পারো

