write a program enter
Attachments:
Answers
Answered by
0
Answer:
a = input ("--")
a=int(a)
if a <= 32:
add=("a-32")*5/9
print("answer is",add)
elif a > 212:
print("that is not in the Fahrenheit scale")
else < 32:
print("this is not in the Fahrenheit scale")
Explanation:
things used is input, else... if. elif... ....operators
answer done by python::
please mark as brain list
Similar questions