Rolling a six is unfortunate in this game

Assignment Help Basic Computer Science
Reference no: EM132270200

Rolling a six is unfortunate in this game. Neither player wants a 6, yet they cannot avoid it. Figure out how many rolls it takes until a player rolls a 6 with a certain die.

def rolls_until_six(die):
    """Roll the die until you get a 6 and return the number of rolls it took to do so. 
    If six is not a the possible values to roll, return a string saying '6 is not a possible value of this die'
    >>> rolls_until_six(dice(1, 5))
    '6 is not a possible value of this die'
    >>> rolls_until_six(dice(6, 6)) # Takes one roll to get 6
    1
    >>> x = sum([rolls_until_six(dice(1, 6)) for _ in range(100)])/100 # Repeat 100 times and average
    >>> 5 <= x <= 7 # Check that it takes between 5 and 7 rolls overall on average
    True
    """
    "*** YOUR CODE HERE ***"
##please fo not import any other function from python

Reference no: EM132270200

Questions Cloud

Password when they connect these devices to the wireless : Users do not want to have to input a password when they connect these devices to the wireless. Which is the most secure method of deployment?
How could information be used in negotiating rates : Especially when the market rates are benchmarked against national standards? How could this information be used in negotiating rates with physicians?
Game has a new complication : The game has a new complication - instead of rolling a single die at a time, players are required to roll multiple dice at a time. Players start off
What might be done to overcome this key obstacle : How does this illustrate the challenges associated with global governance? What might be done to overcome this key obstacle?
Rolling a six is unfortunate in this game : Neither player wants a 6, yet they cannot avoid it. Figure out how many rolls it takes until a player rolls a 6 with a certain die.
How price sensitive are the customers in this segment : Provide a descriptive overview of the consumers or business customers that make up the primary target market for your client's business.
Discuss the implications of statement : It has been said that net neutrality is the most important issue facing the internet since the advent of the Internet.
How does the film-maker use location : How do the characters in the novel represent different understandings of Chinese and Japanese culture and traditional values?
Was there specific signage promoting the product : This week, consider a recent purchase you made in a store. It could be a bottle of soda, a pack of gum, or a major purchase such as a TV or appliance.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  What is the project net present value

Norister Inc. is considering introducing a new product line. This will require the purchase of new fixed assets of $2.4 million.

  How many block accesses does your algorithm have to perform

How many block accesses does your algorithm have to perform?

  Write a test application name employeetest that demonstrate

Write a test application name EmployeeTest that demonstrate class Employees capabilities. Create two Employee objects and display each objects yearly salary. Then give each employee a 10% raise and display each employees yearly salary again.

  Identify and characterize the hazards

Conduct a hazard analysis of your community. Based on your analysis, write a 5-10 page paper describing the high and moderate hazards you identified. Follow these steps:

  How recognizable is the result, as text

With the quality setting at 100, would this be a plausible way of compressing text?

  Recursive calls eventually stop

Using the scenario from Part I of this discussion, explain one (1) way in which you ensure that the recursive calls eventually stop. Justify your answer.

  Explain the purpose of the program

If the return value of insurable in the InsureProcess module is true, the program asks for the year of the car. That year is passed to the checkYear module and returns a value of true to the insurable variable, if the car is new enough.

  How does the execution time of your algorithm

How does the execution time of your algorithm (as measured in number of execution steps) grow as the number of fields increases?

  Blank document or an existing word document

Create and use a template from a blank document or an existing Word document. Next discuss what you did and how you may use this tool in your everyday life.

  Find several websites that offer products and services

Using the Internet and search engines, find several websites that offer products and services for sale. In addition to clicking an "I accept" button, how are computer users required to accept offers? List several means

  Polls and studies lead us to incorrect conclusions

What impacts do you think polls have or have had on you? Do you pay attention to polls? Do you think national polls impact peoples' views on a topic?

  Every level and creating a leadership pipeline

Question 1: How effective is your organization at developing leadership talent at every level and creating a leadership pipeline? Question 2: What should senior leaders of buying and selling organizations know and do to improve performance?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd