Question: Please assist with how to write the code for part C in python 2 Intro. to Computing (810:051) Lab 10 Name: Part B: For this
Please assist with how to write the code for part C in python 2

Intro. to Computing (810:051) Lab 10 Name: Part B: For this part of this lab, you will be developing a generalized Die class that can have any number of sides. The detailed description of this class is in the table below. Start with the simple 6sided Die class in the file lablO/die.py and modify it to be a generalized Die class by adding an additional data attributes sel f .is 1de s. In a separate file called testDie.py, include a list of commands to thoroughly test your Die class. Your testDie script will need to import die. An advantage of the interactive nature of Python is that you can test each Die method as you write them. This allows for good incremental development. Detail Descri Itions of the Die Class Methods Method Constructs a die with a specified number of sides and randomly rolls it if HIE/Die :: Allows the comparison operations (>,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
