Complete the display_coins list(coins_list) function. This function takes a list (always nine elements in length) as a p
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Complete the display_coins list(coins_list) function. This function takes a list (always nine elements in length) as a p
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!