
Write the code needed to get two numbers from standard input:
- a decimal value (i.e., a number with a decimal point, which will be read as Python type float)
- an integer value
Assign the decimal value to the variable decimal and the integer value to the variable precision (or other reasonable names).
Finally, round the value of decimal to the number of places after the decimal point indicated by precision, and print the result.
NOTE:
- Use the float and input functions to convert your
program input to the appropriate data types. - DO NOT use prompts in your input statements for this problem.

Introduction
High-level, only procedural programming like Python is available. With the usage of extensive spacing, its design concept places a premium on code readability. It supports a number of programming paradigms, such as functional, object-oriented, and structured programming.
The number that is most closely behind the d parameter. That an even number is returned if d lies halfway between two numbers, of which one is even and the other odd.
Step by stepSolved in 4 steps with 2 images

- Need help on this question and can you explain how as well?arrow_forwardDo not use global variables for this assignment Choose descriptive variable names in all programs. Currency format. There should be no space between the $ sign and the first digit. In python, Write a program that uses a custom function named as you wish and the main function. In main, prompt the user for a first name and an integer less than 10 and then execute the custom function with these two inputs as arguments. The custom function should output one line displaying the name as many times as specified by the integer, separating each repetition of the name with a space.arrow_forwardFor the following questions, you are only allowed to use the following built-in functions: print(), range(), and len() and do python Create a code that uses a function that computes and displays theresult of a fibonacci sequence.arrow_forward
- Write in Python Write a function named max that accepts two float values as arguments and returns the value that is the greater of the two. For example, if 7.2 and 12.1 are passed as arguments to the function, the function should return 12.1. Use the function in a program that prompts the user to enter two float values. The program should display the value that is the greater of the two.arrow_forwardeqowleuoe;iqieipqeiqieoqp Python please.arrow_forwardI need help with this questionarrow_forward
- Write a section of Python code (not an entire function) that: Asks the user to input a number between 1 and 10.You do not need to validate the user's input. Displays the message, "This is a low number." if the number is from 1 to 5. Displays the message, "This is a high number." if the number is from 6 to 10. Write the Python code as efficiently as possible.arrow_forwardWrite a function in python that takes an acrostic as the input and will return the secret message to the user. Include optional arguments to state what makes the first line, as well as what position should be used.a) SATOR\nAREPO\nTENET\nOPERA\nROTAS\n1. Use each index position 0 through 4 b)Elizabeth it is in vain you say\t“Love not” – thou sayest it in so sweet a way:\tIn vain those words from thee or L.E.L.\tZantippe’s talents had enforced so well:Ah! If that language from thy heart arise,\tEndymion, recollect, when Luna tried\tTo cure his love – was cured of all beside\tHis folly – pride – and passion – for he died.“An Acrostic” by Edgar Allen Poearrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





