Question: write in python3 language For this assignment you will demonstrate that you can use type conversion functions and arithmetic operations as part of a program
write in python3 language
For this assignment you will demonstrate that you can use type conversion functions and arithmetic operations as part of a program that observes the "pipeline" design pattern. You will do so by creating a program that takes input from the user (using a command-line argument to receive one values and a call to the input function to receive the other) and then performs a complex series of operations that was assigned specifically to your student number.
In order to complete this task, you will need to: find your assigned instructions on Brightspace1.
know how to use a command-line argument2 read about the conversion functions and arithmetic operators3 evaluate your instructions (by hand) for several inputs (to design test cases for yourself)
"Take the return value from the input function call, raise it to the power of 5, add the command line argument to it, divide it by 6 and round the result down, add it to the integer that is one more than itself, multiply it by 0.065903, convert it to an integer, and finally convert it to a character."
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
