Question: #Accept input here from user using the input function. celcius = 1 0 0 # ( 1 point ) ##Convert the celcius value from previous

#Accept input here from user using the input function.
celcius
=
1
0
0
#
(
1
point
)
##Convert the celcius value from previous variable into float in the next line
celcius
_
in
_
float
=
7
5
4
#
(
1
point
)
##Using the formula for converting celcius to fahrenheit
(
fahrenheit
=
1
.
8
*
celsius
+
3
2
)
,
convert the
##celcius
_
in
_
float to fahrenheit
fahrenheit
=
2
1
2
#
(
1
point
)
##Next you will write python code which will print the message
-
Temperature in fahrenheit is followed by the value which was ##calculate in line
4
.
##So if user enters celcius as zero, the program should print
-
Temperature in fahrenheit is
3
2
##If the user enters celcius as
1
0
0
,
the program should print
-
Temperature in fahrenheit is
2
1
2
##Write code below this line, it should be a single line of code
(
1
point
)
#print
(
"
Tempature in fahrenheit
.
.
.
"
)
#
<
=
Complete the print statement
(
1
point
)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!