Write a program that prints the string "My name is " followed by your name like in the output example. All words in this string must be separated by a single space.
One thing to note here is you can also use double triple quotes for multiline strings(""" """ like this). Do you remember I said(ok wrote) there is something called unassigned strings in this post?