The above video is about adding prefix/suffix to a string.If you have any doubts/complaints ,reach me out at the comments section.
The above program can be written as:
-Declaring and defining the string.
-asking if the user wants to add prefix/suffix.
-Using if-elif conditional statements to check if the user has give prefix/suffix.
-Asking for prefix or suffix based on the input given by the yser.
-Adding prefix/suffix at the start or end of the string.
-Printing the final string.