Question: use python 3 Write a function ascii_name_plaque(name) that takes as input a string representing a persons name and draws (using print function) a name plaque
use python 3
Write a function ascii_name_plaque(name) that takes as input a string representing a persons name and draws (using print function) a name plaque as shown in the examples given in Section 2 below. Recall that you may not use loops nor if/ branching statements. (Question 10 and 12 are the only exceptions to that rule.)
>>> # testing Question 9 asciiname_plaque( vida") 322 0SC1L I*i *-vida- 238233223822E ascii_name_plaque("Captain Kara 'Starbuck' Thrace
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
