On a piano, a key has a frequency, say fo. Each higher key (black or white) has a frequency of for, where n is the distance (number of keys) from that key, and ris 2012) Given an initial key frequency, output that frequency and the next 4 higher key frequencies. Output each floating point value with two digits after the decimal point, which can be achieved as follows: print ((1.2) (1.2) (1.2) (1.2) (1.2).format(your valuel, your value2, your value3, your values, your_values)) Exif the input is 440 (which is the A key near the middle of a piano keyboard), the output is: 440.00 466.16 493.88 523.25 554.37 Note: Use one statement to computer20/12) using the pow function (remember to import the math module). Then use that rin subsequent statements that use the formula fn-fo with n being 1, 2, 3, and finally 4.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question
Use python
On a piano, a key has a frequency, say 10. Each higher key (black or white) has a frequency of for, where n is the distance (number of
keys) from that key, and ris 21/12), Given an initial key frequency, output that frequency and the next 4 higher key frequencies.
Output each floating-point value with two digits after the decimal point, which can be achieved as follows:
print('{:.2f) {:.2f) (1.2f) (1.2f) (1.2f} .format(your_valuel, your value2, your value3, your value4,
your_value5))
Ex: If the input is:
440
(which is the A key near the middle of a piano keyboard), the output is:
440.00 466.16 493.88 523.25 554.37
Note: Use one statement to computer = 2(1/12) using the pow function (remember to import the math module). Then use that r in
subsequent statements that use the formula fn = for with n being 1, 2, 3, and finally 4.
Transcribed Image Text:Use python On a piano, a key has a frequency, say 10. Each higher key (black or white) has a frequency of for, where n is the distance (number of keys) from that key, and ris 21/12), Given an initial key frequency, output that frequency and the next 4 higher key frequencies. Output each floating-point value with two digits after the decimal point, which can be achieved as follows: print('{:.2f) {:.2f) (1.2f) (1.2f) (1.2f} .format(your_valuel, your value2, your value3, your value4, your_value5)) Ex: If the input is: 440 (which is the A key near the middle of a piano keyboard), the output is: 440.00 466.16 493.88 523.25 554.37 Note: Use one statement to computer = 2(1/12) using the pow function (remember to import the math module). Then use that r in subsequent statements that use the formula fn = for with n being 1, 2, 3, and finally 4.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning