Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 7 (0.5 points) What library would be useful to connect our Python code with Excel? Question 7 options Question 8 (0.5 points) Name 3
Question 7 (0.5 points) What library would be useful to connect our Python code with Excel? Question 7 options Question 8 (0.5 points) Name 3 other Python libraries and what they can be used for Question 8 options: Question 9(1 point) Returning to the dice example completed in class, when we ask the user for the number of dice to roll, also ask how many sides the dice have. Add an attribute to the Dice class to track the number of sides. Have the attribute be set in the__init__function of the class. Update the Roll method to include the attribute in the random range calculation For instance, the output should be like the following: How many sides are on your dice?: 8 How many dice do you want to roll?: 4 4 Question 9 options
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started