Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CHALLENGE ACTIVITY 2 . 4 . 2 : Numeric types: Floating - point. 5 2 8 6 3 6 . 3 7 3 2 8

CHALLENGE
ACTIVITY
2.4.2: Numeric types: Floating-point.
528636.3732860.93z za77
Jump to level 1
Complete the code to output 'g=' followed by the value of g to four digits after the decimal point. On the same line, output ' when c=' followed by the value of c to two digits after the decimal point.
Ex: If the input is 1.60, then the output is:
g=7.6000 when c=1.60
Note: print(f'{myfloat: xf}') outputs my_float to x digits after the decimal point.
1c= float(input())
2g=(7.5**c**c)-c-10.0
4''"' Your code goes here '"'
5
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

More Books

Students also viewed these Databases questions

Question

LO4 Identify a system for controlling absenteeism.

Answered: 1 week ago