Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CHALLENGE ACTIVITY 2 . 9 . 2 : Writing math calculations. 5 2 8 6 3 6 , 3 7 3 2 8 6 0

CHALLENGE
ACTIVITY
2.9.2: Writing math calculations.
528636,3732860.x3zqy7
Compute: answer =b**c2
Click here for example
Ex: If the input is:
4
9
then the output is:
answer =6.00
Note: Functions in the math module can be accessed using dot notation. Ex: The constant pi is accessed via math.pi.
import math
b= float(input())
c= float (input())
''' Your code goes here
print answer (:={ answer: .2f}'} # Outputs answer with 2 decimal places.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design And Implementation

Authors: KROENKE DAVID M.

1st Edition

8120322258, 978-8120322257

More Books

Students also viewed these Databases questions

Question

4 Name four appraisal methods.

Answered: 1 week ago

Question

LO6 Summarize various ways to manage retention.

Answered: 1 week ago

Question

LO3 Define the difference between job satisfaction and engagement.

Answered: 1 week ago