Complete Video Learning
Table of Contents
while True:
print("Press 1 Celsius to Fahrenheit")
print("Press 2 Fahrenheit to Celsius")
print("Press 3 for Exit")
a=input()
if a=='1':
x=int(input("Enter Celsius value :"))
y=(x*9/5)+32
print(y, "F")
elif a=='2':
x=int(input("Enter Fahrenheit Value :"))
y=(x-32)*5/9
print(y, "C")
elif a=='3':
break
else:
print("Wrong Input")
print("Thank You")
SHOW YOUR SUPPORT FOR NIELITBHU..!!
Dear reader, thank you for joining us. Readers like you are an inspiration for us to pursue NIELITBHU. We need your support or cooperation to further empower NIELITBHU and reach NIELITBHU more people in every corner of the country. Your every support is invaluable to our future.