Question: Create a Python class NumPow5 on your computer using pycharm editor, that has a list attribute called nums. The class methods take inputs from user,
Create a Python class NumPow5 on your computer using pycharm editor, that has a list attribute called nums. The class methods take inputs from user, convert them to integer and store in the list. The program should compute absolute value of each member in the list and place the fifth power of the number in another list called Power. The class method will write 5thpower to a file called Power5File.txt. In the main program, create an object of the class NumPow5. When done show the work to the instructor. Note the following Grading criteria to understand how your work will be assessed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
