Complete the display_coins list(coins_list) function. This function takes a list (always nine elements in length) as a p
Posted: Sat May 14, 2022 3:09 pm
Complete the display_coins list(coins_list) function. This function takes a list (always nine elements in length) as a parameter. The function displays 3 lines in total. An example of the output is as shown below: 123456789 5 55 5 . The first line shows the digits 1 to 9 as indicated in the example output above), The second line shows a single line of 9 --" symbols (hyphens) . The third time shows the coins list, formatted as in the examples. For example: Test Result display_colns list(.'' *5']) 123456789 -5-5-5 123456789 * *.31 data-1.. ''. display.coins_list(data) $ $ $5 Answer: (penalty regime: 0%) Reset answer