Question: File Name: L1_Q1.py Instructions: Write a script that asks the user to input one integer, x. Store x as a variable. The script will

File Name: "L1_Q1.py" Instructions: Write a script that asks the user to input one integer, x. Store x as a variable. The script will then print the answer to the following equation: (x + x) Example Input/Output: Please enter a value: 5 5.477225575051661 Input is highlighted with yellow. Q3: File Name: "L1_Q3.py" Instructions: Write a script that asks the user to input two floats, x and y (two separate inputs). Store x and y as variables. The script will then print the message "The answer rounded to two decimal places is: "followed by the answer of the following question: logx y e Example Input/Output: Please enter two values: 5.0 2.0 The answer rounded to two decimal places is: 0.16 Input is highlighted with yellow.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
