Problem Write a Python program that will use 5 functions in total: 1. A function which will declare a list. The elements of the list should be your full name and student ID. The function then should...


Problem<br>Write a Python program that will use 5 functions in total:<br>1. A function which will declare a list. The elements of the list should<br>be your full name and student ID. The function then should print the<br>data from the list. Do not use user input.<br>2. A function that accepts 3 user input integer numbers, using single<br>statement, and puts these numbers in a list.<br>3. A function that calculates the cube of each of the entered numbers,<br>and places them in another list.<br>4. An output() function which prints the numbers and their respective<br>cubes.<br>5. The main() should call the functions for orderly execution of the<br>program.<br>6. The program should have the same format as the sample run.<br>The formatting should be done using the format operator or format<br>functions/methods.<br>

Extracted text: Problem Write a Python program that will use 5 functions in total: 1. A function which will declare a list. The elements of the list should be your full name and student ID. The function then should print the data from the list. Do not use user input. 2. A function that accepts 3 user input integer numbers, using single statement, and puts these numbers in a list. 3. A function that calculates the cube of each of the entered numbers, and places them in another list. 4. An output() function which prints the numbers and their respective cubes. 5. The main() should call the functions for orderly execution of the program. 6. The program should have the same format as the sample run. The formatting should be done using the format operator or format functions/methods.

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here