Generate a table with the results as shown in the example

Assignment Help Python Programming
Reference no: EM132356236

Question

Exercise 1

When getting into a fitness program, you may want to figure out your target heart rate so you don't overexert yourself. The Karvonen heart rate formula is one method you can use to determine your rate. run program that prompts for your age and your resting heart rate. Use the Karvonen formula to determine the target heart rate based on a range of intensities from 55% to 95%. Generate a table with the results as shown in the example output (format matters). The formula is

TargetHR = (((220 - age) - restingHR) * intensity) + restingHR

Example Output

Resting Pulse: 65 Age: 22

Intensity | Rate

----------|--------

55% | 138 bpm

60% | 145 bpm

65% | 151 bpm

: : (extra lines omitted)

85% | 178 bpm

90% | 185 bpm

95% | 191 bpm

Exercise 2

Run a code that the Guess the Number game that has three levels of difficulty. The first level of difficulty would be a number between 1 and 10. The second difficulty set would be between 1 and 100. The third difficulty set would be between 1 and 1000.

Prompt for the difficulty level, and then start the game. The computer picks a random number in that range and prompts the player to guess that number. Each time the player guesses, the computer should give the player a hint as to whether the number is too high or too low. The computer should also keep track of the number of guesses. Once the player guesses the correct number, the computer should present the number of guesses and ask if the player would like to play again.

Example Output

Let's play Guess the Number.

Pick a difficulty level (1, 2, or 3): 1

I have my number. What's your guess? 1

Too low. Guess again: 5

Too high. Guess again: 2

You got it in 3 guesses!

Play again? n

Goodbye!

Reference no: EM132356236

Questions Cloud

Describe the use of stock options in compensation plan : Briefly describe the use of stock options in a compensation plan. What are some potential problems with stock options as a form of compensation?
Identify other research that pertains to your own : This assignment will be one of several throughout the Ph.D. program that we use to help you prepare for the dissertation process. One of the core competencies.
Write a program that prompts the user to enter a distance : Write a program that Prompts the user to enter a distance in kilometers. And uses an internal function that you create to convert kilometers to miles.
What is the critical path for the project : Construct a network schedule (Gantt chart) in Microsoft® Project 2013 for the stadium project, using the information provided in the case.
Generate a table with the results as shown in the example : Prompt for the difficulty level, and then start the game. The computer picks a random number in that range and prompts the player to guess that number.
What is operations management and what are its uses : What is Operations Management and What are its uses?
How the case was resolved with references : Use the web or other resources to research at least two criminal or civil cases in which recovered files played a significant role in how the case was resolved.
Write a function to return the reverse complement of a dna : In the DNA double helix, two strands twist together and "face" each other. The two strands are reverse-complementary, i.e., reading one strand.
Assess the application of visualization techniques : Your readings in this unit, along with the two sources that you locate on decision making using visualizations in complex systems ( you may use our library).

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

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