8. Write a Python program to enter temperature in Fahrenheit and convert to Celsius. fah = int(input("Enter the temperature in Fahrenheit :-")) cel = (fah-32)*5/9 print("The Temperature in Celsius is :- ",cel) Output :-
All computer course for class 9th to 12th with proper practical and theory .........