Question: Write a function named name_diamond that accepts a string as a parameter and prints it in a diamond format as shown below. For examplem, name_diamond(dog)
Write a function named name_diamond that accepts a string as a parameter and prints it in a "diamond" format as shown below. For examplem, name_diamond(dog) prints:
d
do
dog
og
g
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
